diff --git a/conf/autoconfig.js.online b/conf/autoconfig.js.online index 38c19d83..2e1a7466 100644 --- a/conf/autoconfig.js.online +++ b/conf/autoconfig.js.online @@ -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", diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 8e201e25..3bbb9e6b 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.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); diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index e4c63974..087966aa 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -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 diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 63200da9..36130bd9 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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. :(",