mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
LibreAwoo: nth autoconfig attempt (for reference from Firefox Android)
This commit is contained in:
parent
1264ab31c4
commit
35c1b133fb
@ -7,7 +7,13 @@
|
||||
// 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
|
||||
|
||||
// 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("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/
|
||||
pref("extensions.webextensions.restrictedDomains", "");
|
||||
|
Loading…
Reference in New Issue
Block a user