Don't enforce arbitrary TLS profile.

This prevents people from being unable to visit websites based on "best practice" assumptions.
This commit is contained in:
wolfbeast 2018-03-03 11:21:17 +01:00 committed by Roy Tam
commit 7acf20ade3

View file

@ -1553,7 +1553,7 @@ pref("network.http.bypass-cachelock-threshold", 250);
pref("network.http.spdy.enabled", true);
pref("network.http.spdy.enabled.http2", true);
pref("network.http.spdy.enabled.deps", true);
pref("network.http.spdy.enforce-tls-profile", true);
pref("network.http.spdy.enforce-tls-profile", false);
pref("network.http.spdy.chunk-size", 16000);
pref("network.http.spdy.timeout", 180);
pref("network.http.spdy.coalesce-hostnames", true);