fixes bug 176626 "Mozilla sends text/css in Accept: header for non-style

pages" r=bbaetz sr=bzbarsky
This commit is contained in:
darin%netscape.com 2002-11-18 07:13:24 +00:00
parent 56d72b5045
commit d02f395ecb

View File

@ -538,7 +538,7 @@ pref("network.http.connect.timeout", 30); // in seconds
pref("network.http.request.timeout", 120); // in seconds
// Headers
pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1");
pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1");
pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well