зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1677719 - Disable AppCache API on nightly & early beta r=baku
Depends on D97302 Differential Revision: https://phabricator.services.mozilla.com/D106124
This commit is contained in:
Родитель
28196b0f88
Коммит
f2077de9ab
|
@ -780,7 +780,11 @@ var interfaceNamesInGlobalScope = [
|
|||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "OfflineAudioContext", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "OfflineResourceList", insecureContext: false },
|
||||
{
|
||||
name: "OfflineResourceList",
|
||||
insecureContext: false,
|
||||
disabled: isEarlyBetaOrEarlier,
|
||||
},
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{ name: "Option", insecureContext: true },
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
|
|
Загрузка…
Ссылка в новой задаче