bug 361892 restore application/xhtml+xml back to q=1.0 now that we have

an incremental XML content sink (bug 18333)
patch by D��o Gottwald <dao@design-noir.de> r=biesi sr=dbaron
This commit is contained in:
cbiesinger%web.de 2007-03-07 22:55:01 +00:00
Родитель cd2402f70c
Коммит ec499e9eef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -567,7 +567,7 @@ pref("network.http.max-persistent-connections-per-proxy", 4);
pref("network.http.request.max-start-delay", 10);
// Headers
pref("network.http.accept.default", "text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7");
pref("network.http.accept.default", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
// Controls whether we send HTTPS referres to other HTTPS sites.