[tor-commits] [tor-browser/tor-browser-31.1.1esr-4.x-1] fixup! TB4: Tor Browser's Firefox preference overrides.

mikeperry at torproject.org mikeperry at torproject.org
Thu Oct 9 01:49:33 UTC 2014


commit f52b2a0e1b8aaa88b2c64b6dee7290dd92113d89
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Wed Oct 8 18:47:29 2014 -0700

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Bug #13346: disable "slow to start" warning.
---
 browser/app/profile/000-tor-browser.js |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 0a16f35..e0eb834 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -12,6 +12,12 @@ pref("browser.startup.homepage_override.mstone", "ignore");
 pref("startup.homepage_welcome_url", "");
 pref("startup.homepage_override_url", "");
 
+// Disable "Slow startup" warnings and associated disk history
+// (bug #13346)
+pref("browser.slowStartup.notificationDisabled", true);
+pref("browser.slowStartup.maxSamples", 0);
+pref("browser.slowStartup.samples", 0);
+
 // Disk activity: Disable Browsing History Storage
 pref("browser.privatebrowsing.autostart", true);
 pref("browser.cache.disk.enable", false);



More information about the tor-commits mailing list