Fix 201476 - change all.js to not advertise unsupported "compress".
git-svn-id: svn://10.0.0.236/trunk@144489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user