From aedb23659544dfa201b01909cfe7dd46c975084f Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Sun, 3 Jun 2001 07:44:52 +0000 Subject: [PATCH] New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. git-svn-id: svn://10.0.0.236/trunk@96263 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 fa02359adb5..dc1c9b8a9c2 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -268,7 +268,7 @@ pref("network.http.connect.timeout", 30); // in seconds pref("network.http.request.timeout", 120); // in seconds // Accept header -pref("network.http.accept.default", "text/xml;q=1, text/html;q=0.9, image/png;q=1, image/jpeg;q=1, image/gif;q=0.9, text/plain;q=0.8, text/css;q=1, */*;q=0.01"); +pref("network.http.accept.default", "text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1"); // Enable http compression: comment this out in case of problems with 1.1 pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");