user.js

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

commit 726d5bde30604f7a857d674d50ddaf91aadd1c19
parent f9f0fffd27062d8b93dd12be5bf88cfd1d720844
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 14 Aug 2020 14:12:28 +0000

0105b: stop console error, closes #992
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -116,7 +116,7 @@ user_pref("browser.newtabpage.activity-stream.telemetry", false); * Runs code received from a server (aka Remote Code Execution) and sends information back to a metrics server * [1] https://abouthome-snippets-service.readthedocs.io/ ***/ user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); -user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", ""); +user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "{\"\":\"\"}"); /* 0105c: disable Activity Stream 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);