Fix 201476 - change all.js to not advertise unsupported "compress".

This commit is contained in:
blakeross%telocity.com 2003-07-06 02:53:51 +00:00
Родитель 1dc91e2891
Коммит 620b9cb839
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -390,7 +390,7 @@ pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only
pref("network.http.redirection-limit", 20);
// Enable http compression: comment this out in case of problems with 1.1
pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
pref("network.http.accept-encoding" ,"gzip,deflate");
pref("network.http.pipelining" , false);
pref("network.http.proxy.pipelining", false);

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

@ -390,7 +390,7 @@ pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only
pref("network.http.redirection-limit", 20);
// Enable http compression: comment this out in case of problems with 1.1
pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
pref("network.http.accept-encoding" ,"gzip,deflate");
pref("network.http.pipelining" , false);
pref("network.http.proxy.pipelining", false);