Selaa lähdekoodia

0321: recommendations discovery in about:addons

Thorin-Oakenpants 6 vuotta sitten
vanhempi
commit
31567c7938
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      user.js

+ 3 - 0
user.js

@@ -217,6 +217,9 @@ user_pref("dom.ipc.plugins.reportCrashURL", false);
 /* 0320: disable about:addons' Recommendations pane (uses Google Analytics) ***/
 user_pref("extensions.getAddons.showPane", false); // [HIDDEN PREF]
 user_pref("extensions.webservice.discoverURL", "");
+/* 0321: disable recommendations in about:addons' Extensions and Themes panes [FF68+] ***/
+user_pref("extensions.getAddons.discovery.api_url", "");
+user_pref("extensions.htmlaboutaddons.discover.enabled", false);
 /* 0330: disable telemetry
  * the pref (.unified) affects the behaviour of the pref (.enabled)
  * IF unified=false then .enabled controls the telemetry module