зеркало из https://github.com/mozilla/gecko-dev.git
bug 309438 Shorten the Accept: header to:
Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7 r=darin sr=dbaron
This commit is contained in:
Родитель
488569cbfc
Коммит
f721053624
|
@ -564,7 +564,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/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5");
|
||||
pref("network.http.accept.default", "text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7");
|
||||
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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче