mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
[network] Enable brotli compression on http for sites that offer it.
This commit is contained in:
parent
875f1a35a2
commit
b33cc1faa8
1 changed files with 2 additions and 1 deletions
|
|
@ -1463,7 +1463,8 @@ pref("network.http.redirection-limit", 20);
|
|||
// Enable http compression: comment this out in case of problems with 1.1
|
||||
// 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");
|
||||
// NOTE: there is currently no reason except evangelism for https to not use brotli for http
|
||||
pref("network.http.accept-encoding", "gzip, deflate, br");
|
||||
pref("network.http.accept-encoding.secure", "gzip, deflate, br");
|
||||
|
||||
pref("network.http.pipelining" , true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue