From 3c82483c5fdccdd7f9ce805c196859a0720a7fc0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 Feb 2024 16:55:39 +0200 Subject: [PATCH] LibreAwoo: see if general.config.obscure_value stops the warning about read failure --- conf/librewolf.overrides.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index 34db6ec6..9b8cba60 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -7,6 +7,7 @@ // later eating https://aminda.eu/browser-extensions#firefox-aboutconfig // and finally becoming Firefox autoconfig file copied from // https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg +pref("general.config.obscure_value", 0); // via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/ pref("extensions.webextensions.restrictedDomains", "");