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:
Manuel Bucher 2023-01-27 13:53:51 +00:00
parent 5e881a80df
commit 49eb23edff

View File

@ -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.