mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-04-06 08:07:49 +02:00
autoconfig.js.online: remove prettier breakage
This commit is contained in:
parent
29d4dbb9bd
commit
7f1bdce856
@ -3,14 +3,10 @@
|
||||
|
||||
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
||||
|
||||
pref(
|
||||
"autoadmin.global_config_url",
|
||||
"https://raw.githubusercontent.com/Mikaela/shell-things/refs/heads/cxefa/conf/firefox-forbidden-policies.js",
|
||||
);
|
||||
// pref(
|
||||
// "autoadmin.global_config_url",
|
||||
// "file:///home/aminda/public_html/autoconfig.js",
|
||||
// );
|
||||
// prettier-ignore
|
||||
pref("autoadmin.global_config_url", "https://raw.githubusercontent.com/Mikaela/shell-things/refs/heads/cxefa/conf/firefox-forbidden-policies.js");
|
||||
// prettier-ignore
|
||||
//pref("autoadmin.global_config_url", "file:///home/aminda/public_html/autoconfig.js");
|
||||
pref("general.config.obscure_value", 0);
|
||||
pref("autoadmin.refresh_interval", 120);
|
||||
pref("autoadmin.offline_failover", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user