user.js

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

commit 74ebacc0dd914afa6fd7e96c3f0194db91dd7b77
parent 45e3b3a0e023ef328b2f0aabe1ba2007db42a2b9
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 10 Dec 2018 19:52:48 +0000

obey rules for [setting] tag location #578 

all setting tags must be between `/* ... ***/`
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -107,10 +107,10 @@ user_pref("browser.newtabpage.activity-stream.telemetry", false); user_pref("browser.newtabpage.activity-stream.telemetry.ping.endpoint", ""); /* 0105b: disable AS Snippets ***/ user_pref("browser.newtabpage.activity-stream.disableSnippets", true); -user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); // [SETTING] +user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); // has setting (see 0105) /* 0105c: disable AS Top Stories, Pocket-based and/or sponsored content ***/ user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); -user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); // [SETTING] +user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); // has setting (see 0105) user_pref("browser.newtabpage.activity-stream.showSponsored", false); /* 0105d: disable AS recent Highlights in the Library [FF57+] ***/ // user_pref("browser.library.activity-stream.enabled", false);