Bug 1858712 - Enable Early Hints Preconnect r=necko-reviewers,kershaw,acreskey

Differential Revision: https://phabricator.services.mozilla.com/D190812
This commit is contained in:
Manuel Bucher 2023-10-16 09:13:30 +00:00
parent e3ffcf7990
commit 388cb44827

View File

@ -11607,7 +11607,7 @@
# Enable `Link: rel=preconnect` in 103 Early Hint response.
- name: network.early-hints.preconnect.enabled
type: RelaxedAtomicBool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# The max number of speculative connections we allow for `Link: rel=preconnect`.