[tor-commits] [sandboxed-tor-browser/master] Bug 22899: Force disable the "Get Addons" pane via a pref.

yawning at torproject.org yawning at torproject.org
Fri Jul 14 17:22:16 UTC 2017


commit 7da173ec3f91a88a4470b07cffc1b102f7e00f4a
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Fri Jul 14 16:45:09 2017 +0000

    Bug 22899: Force disable the "Get Addons" pane via a pref.
    
    This seems to be the solution that the Tor Browser devs are going for,
    which is sensible.
---
 data/installer/mozilla.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/installer/mozilla.cfg b/data/installer/mozilla.cfg
index 7139e68..3aeed7a 100644
--- a/data/installer/mozilla.cfg
+++ b/data/installer/mozilla.cfg
@@ -25,3 +25,7 @@ lockPref("toolkit.startup.max_resumed_crashes", -1);
 // Set the security slider to "High" by default, if the fucking `defaultPref`
 // directive worked as advertised.  But it doesn't appear to actually take.
 // defaultPref("extensions.torbutton.security_slider", 1);
+
+// Disable the `about:addons`->"Get Addons" pane because it is unsafe, and
+// Mozilla gets "telemetery" using Google Analytics.
+lockPref("extensions.getAddons.showPane", false);





More information about the tor-commits mailing list