commit 611b3ff60078725f036e253c5d10a3d01d8fde90
Author: Arthur Edelstein <[email protected]>
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", "");
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits