瀏覽代碼

0321 tweak

`url` and `discover` prefs stop the recommendations, the `enabled` pref hides the leftover recommended section and "Find more add-ons" button
Thorin-Oakenpants 5 年之前
父節點
當前提交
11dcc54b61
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      user.js

+ 1 - 0
user.js

@@ -220,6 +220,7 @@ 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);
+user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
 /* 0330: disable telemetry
  * the pref (.unified) affects the behaviour of the pref (.enabled)
  * IF unified=false then .enabled controls the telemetry module