зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
cd2402f70c
Коммит
ec499e9eef
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче