LibreAwoo: nth autoconfig attempt (for reference from Firefox Android)

This commit is contained in:
Aminda Suomalainen 2024-02-26 09:06:03 +02:00
parent 1264ab31c4
commit 35c1b133fb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -7,7 +7,13 @@
// later eating https://aminda.eu/browser-extensions#firefox-aboutconfig // later eating https://aminda.eu/browser-extensions#firefox-aboutconfig
// and finally becoming Firefox autoconfig file copied from // and finally becoming Firefox autoconfig file copied from
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg // https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg
// Firefox autoconfig
pref("autoadmin.global_config_url","https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/librewolf.overrides.cfg");
pref("general.config.obscure_value", 0); pref("general.config.obscure_value", 0);
pref("autoadmin.refresh_interval", 120);
pref("autoadmin.offline_failover", true);
pref("autoadmin.failover_to_cached", true);
// via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/ // via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
pref("extensions.webextensions.restrictedDomains", ""); pref("extensions.webextensions.restrictedDomains", "");