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:
blakeross%telocity.com
2003-07-06 02:53:51 +00:00
parent 8af1fc9a42
commit 9391c66c2e
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);