[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.
mikeperry at torproject.org
mikeperry at torproject.org
Mon Jul 27 15:51:26 UTC 2015
commit 41a07713072501dc23ce48f74deed464e232d07f
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Mon Jul 27 08:49:02 2015 -0700
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug #16632: Turn on the background updater and be more annoying when updates
are ready.
---
browser/app/profile/000-tor-browser.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index aee7a83..8188855 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -4,14 +4,17 @@
// Please maintain unit tests at ./tbb-tests/browser_tor_TB4.js
-// Disable browser automatic updates and associated homepage notifications
-pref("app.update.auto", false);
+// Disable initial homepage notifications
pref("browser.search.update", false);
pref("browser.rights.3.shown", true);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("startup.homepage_welcome_url", "");
pref("startup.homepage_override_url", "");
+// Try to nag a bit more about updates: Pop up a restart dialog an hour after the initial dialog
+pref("app.update.promptWaitTime", 3600);
+pref("app.update.badge", true);
+
// Disable "Slow startup" warnings and associated disk history
// (bug #13346)
pref("browser.slowStartup.notificationDisabled", true);
More information about the tor-commits
mailing list