зеркало из https://github.com/mozilla/pjs.git
Fix 201476 - change all.js to not advertise unsupported "compress".
This commit is contained in:
Родитель
1dc91e2891
Коммит
620b9cb839
|
@ -390,7 +390,7 @@ pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only
|
|||
pref("network.http.redirection-limit", 20);
|
||||
|
||||
// Enable http compression: comment this out in case of problems with 1.1
|
||||
pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
|
||||
pref("network.http.accept-encoding" ,"gzip,deflate");
|
||||
|
||||
pref("network.http.pipelining" , false);
|
||||
pref("network.http.proxy.pipelining", false);
|
||||
|
|
|
@ -390,7 +390,7 @@ pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only
|
|||
pref("network.http.redirection-limit", 20);
|
||||
|
||||
// Enable http compression: comment this out in case of problems with 1.1
|
||||
pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
|
||||
pref("network.http.accept-encoding" ,"gzip,deflate");
|
||||
|
||||
pref("network.http.pipelining" , false);
|
||||
pref("network.http.proxy.pipelining", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче