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:
cbiesinger%web.de 2006-11-26 20:38:09 +00:00
Родитель 488569cbfc
Коммит f721053624
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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.