commit 6900924aa6ef24fb401db18b745457e0fd33128b
parent 7c2be97879112fbadeab3fbbe0da9178a6f4c6ca
Author: earthlng <earthlng@users.noreply.github.com>
Date: Fri, 15 Sep 2017 01:47:54 +0200
0320 - disable Get Add-ons panel
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/user.js b/user.js
@@ -136,9 +136,9 @@ user_pref("browser.search.update", false);
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
/* 0310: disable sending the URL of the website where a plugin crashed ***/
user_pref("dom.ipc.plugins.reportCrashURL", false);
-/* 0320: disable extension discovery
- * featured extensions for displaying in Get Add-ons panel ***/
-user_pref("extensions.webservice.discoverURL", "http://127.0.0.1");
+/* 0320: disable about:addons' Get Add-ons panel (uses Google-Analytics) ***/
+user_pref("extensions.getAddons.showPane", false); // hidden pref
+user_pref("extensions.webservice.discoverURL", "");
/* 0330: disable telemetry
* the pref (.unified) affects the behaviour of the pref (.enabled)
* IF unified=false then .enabled controls the telemetry module