Firefox & LibreAwoo: point to Codeberg

This commit is contained in:
Aminda Suomalainen 2024-08-12 10:01:42 +03:00
parent 43da52e855
commit e2a1fd5070
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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);

View File

@ -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

View File

@ -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. :(",