forked from mirrors/gecko-dev
Bug 1813035 - Early Hints: Enable in next beta r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D168079
This commit is contained in:
parent
5e881a80df
commit
49eb23edff
1 changed files with 2 additions and 2 deletions
|
|
@ -11355,13 +11355,13 @@
|
||||||
# Enable 103 Early Hint status code (RFC 8297)
|
# Enable 103 Early Hint status code (RFC 8297)
|
||||||
- name: network.early-hints.enabled
|
- name: network.early-hints.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: @IS_NIGHTLY_BUILD@
|
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Enable `Link: rel=preconnect` in 103 Early Hint response.
|
# Enable `Link: rel=preconnect` in 103 Early Hint response.
|
||||||
- name: network.early-hints.preconnect.enabled
|
- name: network.early-hints.preconnect.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: @IS_NIGHTLY_BUILD@
|
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# How long we should wait for EarlyHintPreloader to be used.
|
# How long we should wait for EarlyHintPreloader to be used.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue