[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 11 11:00:49 UTC 2019


commit e489c5048b762b3226db23b6ea9ffc440617615e
Author: Alex Catarineu <acat at 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 at torproject.org");



More information about the tor-commits mailing list