user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 95f1d6ecf64c7b69a7a2e4861a65e9d71e4a8320
parent 3028a7a61a5819b38ad7143fffacb7510b134292
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu,  9 Nov 2017 10:31:08 +1300

0514: activity stream fixup

`browser.newtabpage.activity-stream.aboutHome.enabled` is not needed, as it is controlled by `browser.newtabpage.activity-stream.enabled`
Diffstat:
Muser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -365,7 +365,6 @@ user_pref("extensions.shield-recipe-client.api_url", ""); * [1] https://wiki.mozilla.org/Firefox/Activity_Stream * [2] https://www.ghacks.net/2016/02/15/firefox-mockups-show-activity-stream-new-tab-page-and-share-updates/ ***/ user_pref("browser.newtabpage.activity-stream.enabled", false); -user_pref("browser.newtabpage.activity-stream.aboutHome.enabled", false); // (FF57+) user_pref("browser.library.activity-stream.enabled", false); // (FF57+) /* 0515: disable Screenshots (FF55+) * [1] https://github.com/mozilla-services/screenshots