Bug 1626997 - Toggle the network.preload pref on on all channels. r=dragana

Afaict we've shipped this code via normandy or what not, so let's do
this.

Differential Revision: https://phabricator.services.mozilla.com/D101250
This commit is contained in:
Emilio Cobos Álvarez 2021-01-11 11:47:04 +00:00
Родитель f12a97c159
Коммит 2aa86fffa7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -8497,10 +8497,10 @@
value: false
mirror: always
# Enables `<link rel="preload">` tag and `Link: rel=preload` respose header handling.
# Enables `<link rel="preload">` tag and `Link: rel=preload` response header handling.
- name: network.preload
type: RelaxedAtomicBool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# Whether to use the network process or not