mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
Firefox & LibreAwoo: point to Codeberg
This commit is contained in:
parent
43da52e855
commit
e2a1fd5070
@ -5,7 +5,7 @@
|
||||
|
||||
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
||||
|
||||
//pref("autoadmin.global_config_url","https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/firefox-forbidden-policies.js");
|
||||
//pref("autoadmin.global_config_url","https://codeberg.org/Aminda/shell-things/raw/branch/master/conf/firefox-forbidden-policies.js");
|
||||
pref(
|
||||
"autoadmin.global_config_url",
|
||||
"file:///home/aminda/public_html/autoconfig.js",
|
||||
|
@ -8,7 +8,7 @@
|
||||
lockPref("autoadmin.failover_to_cached", true);
|
||||
lockPref(
|
||||
"autoadmin.global_config_url",
|
||||
"https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/firefox-forbidden-policies.js",
|
||||
"https://codeberg.org/Aminda/shell-things/raw/branch/cxefa/conf/firefox-forbidden-policies.js",
|
||||
);
|
||||
lockPref("autoadmin.offline_failover", true);
|
||||
lockPref("autoadmin.refresh_interval", 120);
|
||||
|
@ -7,14 +7,14 @@
|
||||
// https://librewolf.net/docs/settings/
|
||||
// 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
|
||||
// https://codeberg.org/librewolf/settings/src/branch/cxefa/librewolf.cfg
|
||||
|
||||
// NOTE! A lot is commented either for being a note, wrong, TODO, whatever, or most likely in my /etc/firefox/policies/policies.json
|
||||
|
||||
// Firefox autoconfig
|
||||
pref(
|
||||
"autoadmin.global_config_url",
|
||||
"https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/librewolf.overrides.cfg",
|
||||
"https://codeberg.org/Aminda/shell-things/raw/branch/cxefa/conf/librewolf.overrides.cfg",
|
||||
);
|
||||
//pref("general.config.obscure_value", 0);
|
||||
pref("autoadmin.refresh_interval", 120);
|
||||
@ -145,7 +145,7 @@ pref("browser.cache.memory.enable", true);
|
||||
//pref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||
//defaultPref("browser.startup.homepage", "about:mozilla");
|
||||
|
||||
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
|
||||
// https://codeberg.org/librewolf/settings/src/branch/cxefa/librewolf.cfg begins
|
||||
|
||||
/** [SECTION] CONTAINERS
|
||||
* enable containers and show the settings to control them in the stock ui
|
||||
|
@ -307,7 +307,7 @@
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/firefox-forbidden-policies.js"
|
||||
"Value": "https://codeberg.org/Aminda/shell-things/raw/branch/cxefa/conf/firefox-forbidden-policies.js"
|
||||
},
|
||||
"autoadmin.offline_failover": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
|
Loading…
Reference in New Issue
Block a user