mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 18:30:16 +00:00
#368: pref on Brotli
This commit is contained in:
parent
8d665811de
commit
7da09aa4e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user