From 74d2bef8cca2aac6a29942cf22ed3f2cdbdcf32b Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Wed, 25 Jul 2001 00:46:35 +0000 Subject: [PATCH] Fixes bug 58037 "Accept-encoding: "identity" in not needed, "compress" should be depreciated" patch=havill@redhat.com, r=bbaetz, sr=darin git-svn-id: svn://10.0.0.236/trunk@99854 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index 802b7ca6853..47efa37f6b4 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -293,7 +293,7 @@ pref("network.http.accept.default", "text/xml, application/xml, application/xhtm pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well // Enable http compression: comment this out in case of problems with 1.1 -pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity"); +pref("network.http.accept-encoding" ,"gzip, deflate, compress;q=0.9"); pref("network.http.pipelining" , false); pref("network.http.proxy.pipelining", false);