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:
Valentin Gosu 2021-02-24 15:47:35 +00:00
Родитель 28196b0f88
Коммит f2077de9ab
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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!