
commit 45d501670086b70251ef48d36a38c180d9d9f3b6 Author: Mike Perry <mikeperry-git@fscked.org> Date: Mon Feb 11 16:11:58 2013 -0800 Disable initial welcome page load. --- build-scripts/config/pound_tor.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/build-scripts/config/pound_tor.js b/build-scripts/config/pound_tor.js index 762e402..b789b3a 100644 --- a/build-scripts/config/pound_tor.js +++ b/build-scripts/config/pound_tor.js @@ -2,11 +2,14 @@ # Tor Browser Bundle # Do not edit this file. -// Disable browser auto updaters +// Disable browser auto updaters and associated homepage notifications pref("app.update.auto", false); pref("app.update.enabled", false); 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", ""); // Disk activity: Disable Browsing History Storage pref("browser.privatebrowsing.autostart", true);