[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-2] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Wed Sep 25 10:43:13 UTC 2019


commit fa3095e61aacd345601435a0e91ee2b44e1a9b07
Author: Alex Catarineu <acat at torproject.org>
Date:   Mon Sep 9 12:56:39 2019 +0200

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 31575: Disable newtabpage
---
 browser/app/profile/000-tor-browser.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 10c31084adcc..09386d32a12c 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -106,6 +106,7 @@ pref("services.sync.engine.addons", false);
 pref("services.sync.engine.tabs", false);
 pref("extensions.getAddons.cache.enabled", false); // https://blog.mozilla.org/addons/how-to-opt-out-of-add-on-metadata-updates/
 pref("browser.newtabpage.preload", false); // Bug 16316 - Avoid potential confusion over tiles for now.
+pref("browser.newtabpage.enabled", false);
 pref("browser.search.countryCode", "US"); // The next three prefs disable GeoIP search lookups (#16254)
 pref("browser.search.region", "US");
 pref("browser.search.geoip.url", "");





More information about the tor-commits mailing list