#368: pref on Brotli

This commit is contained in:
Cameron Kaiser 2017-05-07 19:29:35 -07:00
parent 8d665811de
commit 7da09aa4e0
1 changed files with 1 additions and 3 deletions

View File

@ -1345,9 +1345,7 @@ pref("network.http.redirection-limit", 20);
// NOTE: support for "compress" has been disabled per bug 196406.
// NOTE: separate values with comma+space (", "): see bug 576033
pref("network.http.accept-encoding", "gzip, deflate");
// pref("network.http.accept-encoding.secure", "gzip, deflate, br");
// ESR-45 disable brotli due to library bugs fixed in 46
pref("network.http.accept-encoding.secure", "gzip, deflate");
pref("network.http.accept-encoding.secure", "gzip, deflate, br");
pref("network.http.pipelining" , false);
pref("network.http.pipelining.ssl" , false); // disable pipelining over SSL