From 9391c66c2e5fd416aa02bfd3bbfe46ac77fb5faa Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Sun, 6 Jul 2003 02:53:51 +0000 Subject: [PATCH] Fix 201476 - change all.js to not advertise unsupported "compress". git-svn-id: svn://10.0.0.236/trunk@144489 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/all.js | 2 +- mozilla/browser/app/profile/firebird.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/browser/app/profile/all.js b/mozilla/browser/app/profile/all.js index e6819027354..a227b4dc0f1 100644 --- a/mozilla/browser/app/profile/all.js +++ b/mozilla/browser/app/profile/all.js @@ -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); diff --git a/mozilla/browser/app/profile/firebird.js b/mozilla/browser/app/profile/firebird.js index e6819027354..a227b4dc0f1 100644 --- a/mozilla/browser/app/profile/firebird.js +++ b/mozilla/browser/app/profile/firebird.js @@ -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);