diff --git a/browser/app/profile/all.js b/browser/app/profile/all.js index 951cbd75d068..fe29ebde00b0 100644 --- a/browser/app/profile/all.js +++ b/browser/app/profile/all.js @@ -342,6 +342,10 @@ pref("network.http.proxy.version", "1.1"); // default // enable caching of http documents pref("network.http.use-cache", true); +// this preference can be set to override the socket type used for normal +// HTTP traffic. an empty value indicates the normal TCP/IP socket type. +pref("network.http.default-socket-type", ""); + pref("network.http.keep-alive", true); // set it to false in case of problems pref("network.http.proxy.keep-alive", true); pref("network.http.keep-alive.timeout", 300); diff --git a/browser/app/profile/firebird.js b/browser/app/profile/firebird.js index 951cbd75d068..fe29ebde00b0 100644 --- a/browser/app/profile/firebird.js +++ b/browser/app/profile/firebird.js @@ -342,6 +342,10 @@ pref("network.http.proxy.version", "1.1"); // default // enable caching of http documents pref("network.http.use-cache", true); +// this preference can be set to override the socket type used for normal +// HTTP traffic. an empty value indicates the normal TCP/IP socket type. +pref("network.http.default-socket-type", ""); + pref("network.http.keep-alive", true); // set it to false in case of problems pref("network.http.proxy.keep-alive", true); pref("network.http.keep-alive.timeout", 300);