From 42a396c4a7c4fea150fe8239d10f92bc9825752d Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Sat, 21 Dec 2019 00:35:47 -0800 Subject: HTTP/2 altsrc oppurtunistic encryption on by default --- branding/shared/pref/preferences.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'branding/shared/pref/preferences.inc') diff --git a/branding/shared/pref/preferences.inc b/branding/shared/pref/preferences.inc index 5b4c031..cbe3df4 100644 --- a/branding/shared/pref/preferences.inc +++ b/branding/shared/pref/preferences.inc @@ -96,6 +96,8 @@ pref("security.OCSP.enabled", 0); pref("security.ssl.must_staple", true); pref("security.OCSP.require", true); +pref("network.http.altsvc.oe", true); + // ============================================================================ // ===| DevTools |============================================================= -- cgit v1.2.3