Skip to content

Commit

Permalink
#399: disable SPDY/3.1 M1287132
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Mar 20, 2018
1 parent 3a236af commit 83c11df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 83c11df

Please sign in to comment.