mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29: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!
|
// 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",
|
||||||
|
@ -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);
|
||||||
|
@ -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
|
||||||
|
@ -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. :(",
|
||||||
|
Loading…
Reference in New Issue
Block a user