Bug 1695911 - Flip dom.security.secFetch.enabled pref to true. r=ckerschb,annevk

Differential Revision: https://phabricator.services.mozilla.com/D115484
This commit is contained in:
Niklas Goegge 2021-05-20 11:06:11 +00:00
Родитель f361b2288f
Коммит 89ec1c06e5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2884,7 +2884,7 @@
# request headers to be set. # request headers to be set.
- name: dom.security.secFetch.enabled - name: dom.security.secFetch.enabled
type: RelaxedAtomicBool type: RelaxedAtomicBool
value: @IS_NIGHTLY_BUILD@ value: true
mirror: always mirror: always
# This pref enables the featurePolicy header support. # This pref enables the featurePolicy header support.