mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-10 02:25:05 +00:00
#368: pref on Brotli
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user