Bug 1637922. Disables dom.netinfo.enabled everywhere. r=annevk

Differential Revision: https://phabricator.services.mozilla.com/D126431
This commit is contained in:
Karl Dubost 2022-02-08 15:02:32 +00:00
Родитель 2761427f66
Коммит d104796ec4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2829,7 +2829,7 @@
# Network Information API # Network Information API
- name: dom.netinfo.enabled - name: dom.netinfo.enabled
type: RelaxedAtomicBool type: RelaxedAtomicBool
value: @IS_ANDROID@ value: false
mirror: always mirror: always
# Whether we should open noopener links in a new process. # Whether we should open noopener links in a new process.