[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/maint-4.0] Disable software update windows in the meek HTTP helper.
commit cc24386ef907afe8414d147cef906d0d13f4aa10
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits