#399: disable SPDY/3.1 M1287132

This commit is contained in:
Cameron Kaiser 2018-03-20 08:27:23 -07:00
parent 3a236af0a9
commit 83c11df480
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ pref("network.http.bypass-cachelock-threshold", 250);
// Try and use SPDY when using SSL
pref("network.http.spdy.enabled", true);
pref("network.http.spdy.enabled.v3-1", true);
pref("network.http.spdy.enabled.v3-1", false);
pref("network.http.spdy.enabled.http2", true);
pref("network.http.spdy.enabled.deps", true);
pref("network.http.spdy.enforce-tls-profile", true);