[tbb-commits] [tor-browser-bundle/master] Disable software update windows in the meek HTTP helper.
mikeperry at torproject.org
mikeperry at torproject.org
Wed Feb 18 00:23:32 UTC 2015
commit 0119a3c15711a66c76496d6e8e55511782140ec1
Author: David Fifield <david at bamsoftware.com>
Date: Sat Feb 14 09:23:34 2015 +0000
Disable software update windows in the meek HTTP helper.
https://trac.torproject.org/projects/tor/ticket/14203
---
Bundle-Data/PTConfigs/meek-http-helper-user.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Bundle-Data/PTConfigs/meek-http-helper-user.js b/Bundle-Data/PTConfigs/meek-http-helper-user.js
index 72bbb9b..23565d9 100644
--- a/Bundle-Data/PTConfigs/meek-http-helper-user.js
+++ b/Bundle-Data/PTConfigs/meek-http-helper-user.js
@@ -14,6 +14,10 @@ user_pref("security.ssl.disable_session_identifiers", false);
// https://support.mozilla.org/en-US/questions/951221#answer-410562
user_pref("toolkit.startup.max_resumed_crashes", -1);
+// Don't raise software update windows in this browser instance.
+// https://trac.torproject.org/projects/tor/ticket/14203
+user_pref("app.update.enabled", false);
+
// Set a failsafe blackhole proxy of 127.0.0.1:9, to prevent network interaction
// in case the user manages to open this profile with a normal browser UI (i.e.,
// not headless with the meek-http-helper extension running). Port 9 is
More information about the tbb-commits
mailing list