Browse Source

0361: disable Activity Stream

Thorin-Oakenpants 8 năm trước cách đây
mục cha
commit
1621cd5e48
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      user.js

+ 3 - 0
user.js

@@ -190,6 +190,9 @@ user_pref("browser.newtabpage.directory.source", "data:text/plain,");
 user_pref("browser.newtabpage.enabled", false);
 user_pref("browser.newtabpage.enhanced", false);
 user_pref("browser.newtabpage.introShown", true);
+/* 0361: disable Activity Stream (system addon) (FF54+)
+ * [1] https://wiki.mozilla.org/Firefox/Activity_Stream ***/
+user_pref("browser.newtabpage.activity-stream.enabled", false);
 /* 0370: disable "Snippets" (Mozilla content shown on about:home screen)
  * MUST use HTTPS - arbitrary content injected into this page via http opens up MiTM attacks
  * [1] https://wiki.mozilla.org/Firefox/Projects/Firefox_Start/Snippet_Service ***/