[tor-commits] [tor-browser/tor-browser-52.1.0esr-7.0-2] fixup! TB4: Tor Browser's Firefox preference overrides.
gk at torproject.org
gk at torproject.org
Fri May 12 09:15:53 UTC 2017
commit 611b3ff60078725f036e253c5d10a3d01d8fde90
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date: Fri May 12 01:29:04 2017 -0700
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug 21685: Disable remote new tab pages
---
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 be74849..98cfec5 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -95,6 +95,7 @@ pref("browser.newtabpage.directory.source", "data:text/plain,"); // Bug 16316 -
pref("browser.newtabpage.enhanced", false); // Bug 16316 - Avoid potential confusion over tiles for now.
pref("browser.newtabpage.introShown", true); // Bug 16316 - Avoid potential confusion over tiles for now.
pref("browser.newtabpage.preload", false); // Bug 16316 - Avoid potential confusion over tiles for now.
+pref("browser.newtabpage.remote", false); // Bug 21685: Disable remote new tab pages
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