[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sandboxed-tor-browser/master] Bug 22899: Force disable the "Get Addons" pane via a pref.
commit 7da173ec3f91a88a4470b07cffc1b102f7e00f4a
Author: Yawning Angel <yawning@xxxxxxxxxxxxxxx>
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);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits