commit e489c5048b762b3226db23b6ea9ffc440617615e Author: Alex Catarineu acat@torproject.org Date: Mon Sep 9 17:49:40 2019 +0200
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug 31601: Disable recommended extensions again --- browser/app/profile/000-tor-browser.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index 81352dcbaece..b2cecfdb1a82 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -273,8 +273,9 @@ pref("xpinstall.whitelist.add", ""); pref("xpinstall.whitelist.add.36", ""); // We don't know what extensions Mozilla is advertising to our users and we // don't want to have some random Google Analytics script running either on the -// about:addons page, see bug 22073 and 22900. +// about:addons page, see bug 22073, 22900 and 31601. pref("extensions.getAddons.showPane", false); +pref("extensions.htmlaboutaddons.recommendations.enabled", false); // Show our legacy extensions directly on about:addons and get rid of the // warning for the default theme. pref("extensions.legacy.exceptions", "{972ce4c6-7e08-4474-a285-3208198ce6fd},torbutton@torproject.org");
tbb-commits@lists.torproject.org