From b0193ed7cf2cbabe3ed189625993d0a455552d2f Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 6 Jun 2020 22:00:39 +0200 Subject: [PATCH] Update uBlock; disable topsite suggestions --- distribution/policies.json | 2 +- librewolf.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/policies.json b/distribution/policies.json index 1118494..ff6b104 100644 --- a/distribution/policies.json +++ b/distribution/policies.json @@ -61,7 +61,7 @@ }, "Extensions": { - "Install": ["https://addons.mozilla.org/firefox/downloads/file/3521827/ublock_origin-1.26.2-an+fx.xpi"] + "Install": ["https://addons.mozilla.org/firefox/downloads/file/3521827/ublock_origin-1.27.10-an+fx.xpi"] }, "SearchSuggestEnabled": false, diff --git a/librewolf.cfg b/librewolf.cfg index d04ecf2..34e1d82 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -983,6 +983,7 @@ lockPref("services.sync.prefs.sync.browser.urlbar.maxRichResults", false); //tru lockPref("services.sync.prefs.sync.browser.urlbar.suggest.bookmark", false); //true lockPref("services.sync.prefs.sync.browser.urlbar.suggest.history", false); //true lockPref("services.sync.prefs.sync.browser.urlbar.suggest.history.onlyTyped", false); //true +lockPref("services.sync.prefs.sync.browser.urlbar.suggest.topsites", false); //true lockPref("services.sync.prefs.sync.browser.urlbar.suggest.openpage", false); //true lockPref("services.sync.prefs.sync.browser.urlbar.suggest.searches", false); //true lockPref("services.sync.prefs.sync.dom.disable_open_during_load", false); //true