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! // 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( pref(
"autoadmin.global_config_url", "autoadmin.global_config_url",
"file:///home/aminda/public_html/autoconfig.js", "file:///home/aminda/public_html/autoconfig.js",

View File

@ -8,7 +8,7 @@
lockPref("autoadmin.failover_to_cached", true); lockPref("autoadmin.failover_to_cached", true);
lockPref( lockPref(
"autoadmin.global_config_url", "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.offline_failover", true);
lockPref("autoadmin.refresh_interval", 120); lockPref("autoadmin.refresh_interval", 120);

View File

@ -7,14 +7,14 @@
// https://librewolf.net/docs/settings/ // https://librewolf.net/docs/settings/
// 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/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 // 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 // Firefox autoconfig
pref( pref(
"autoadmin.global_config_url", "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("general.config.obscure_value", 0);
pref("autoadmin.refresh_interval", 120); pref("autoadmin.refresh_interval", 120);
@ -145,7 +145,7 @@ pref("browser.cache.memory.enable", true);
//pref("browser.startup.homepage", "https://start.duckduckgo.com"); //pref("browser.startup.homepage", "https://start.duckduckgo.com");
//defaultPref("browser.startup.homepage", "about:mozilla"); //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 /** [SECTION] CONTAINERS
* enable containers and show the settings to control them in the stock ui * 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. :(", "Comment": "Preference not allowed for stability reasons. :(",
"Status": "locked", "Status": "locked",
"Type": "string", "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": { "autoadmin.offline_failover": {
"Comment": "Preference not allowed for stability reasons. :(", "Comment": "Preference not allowed for stability reasons. :(",