Bug 1637922. Switches to disable everywhere for netinfo. r=annevk,webidl,peterv

Differential Revision: https://phabricator.services.mozilla.com/D126442
This commit is contained in:
Karl Dubost 2022-02-10 05:52:38 +00:00
Родитель ad563f28c6
Коммит 3b1c801769
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -801,7 +801,7 @@ var interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "Navigator", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "NetworkInformation", insecureContext: true, desktop: false },
{ name: "NetworkInformation", insecureContext: true, disabled: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "Node", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!