mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
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
@ -11355,13 +11355,13 @@
|
||||
# Enable 103 Early Hint status code (RFC 8297)
|
||||
- name: network.early-hints.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||
mirror: always
|
||||
|
||||
# Enable `Link: rel=preconnect` in 103 Early Hint response.
|
||||
- name: network.early-hints.preconnect.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||
mirror: always
|
||||
|
||||
# How long we should wait for EarlyHintPreloader to be used.
|
||||
|
Loading…
Reference in New Issue
Block a user