forked from mirrors/gecko-dev
Bug 1882548 - Enable "fetchpriority" feature by default in nightly. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D203011
This commit is contained in:
parent
058828f027
commit
ce4b1e2302
1 changed files with 1 additions and 1 deletions
|
|
@ -11915,7 +11915,7 @@
|
||||||
# (e.g. `<script>`) is enabled.
|
# (e.g. `<script>`) is enabled.
|
||||||
- name: network.fetchpriority.enabled
|
- name: network.fetchpriority.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: false
|
value: @IS_NIGHTLY_BUILD@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Adjustments to apply to the internal priority of <link rel=preload as=script
|
# Adjustments to apply to the internal priority of <link rel=preload as=script
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue