[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16591: {incognito} Network optimizations for Tor. (incognito/trunk/root_overlay/var/lib/firefox-config/firefox/o2e6y2eh.default)
Author: anonym
Date: 2008-08-19 08:21:21 -0400 (Tue, 19 Aug 2008)
New Revision: 16591
Modified:
incognito/trunk/root_overlay/var/lib/firefox-config/firefox/o2e6y2eh.default/prefs.js
Log:
Network optimizations for Tor.
Modified: incognito/trunk/root_overlay/var/lib/firefox-config/firefox/o2e6y2eh.default/prefs.js
===================================================================
--- incognito/trunk/root_overlay/var/lib/firefox-config/firefox/o2e6y2eh.default/prefs.js 2008-08-19 12:19:06 UTC (rev 16590)
+++ incognito/trunk/root_overlay/var/lib/firefox-config/firefox/o2e6y2eh.default/prefs.js 2008-08-19 12:21:21 UTC (rev 16591)
@@ -62,6 +62,7 @@
user_pref("app.update.auto", false);
/* Disable extension updates. */
+user_pref("extensions.blocklist.enabled", false);
user_pref("extensions.update.enabled", false);
user_pref("extensions.update.notifyUser", false);
@@ -70,7 +71,9 @@
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
+user_pref("network.http.proxy.keep-alive", true);
user_pref("network.http.proxy.pipelining", true);
+user_pref("network.prefetch-next", false);
/* No should be used for local addresses (not even the transparent proxy) */
user_pref("network.proxy.no_proxies_on", "localhost, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/9, 127.128.0.0/10");