shell-things/conf/autoconfig.js.online

18 lines
616 B
Plaintext
Raw Normal View History

2024-07-03 18:08:14 +02:00
/** @format */
2024-02-14 11:04:33 +01:00
// This file belongs to Firefox `default/pref` directory as `autoconfig.js`.
// E.g. /usr/lib64/firefox/defaults/pref/autoconfig.js
// WARNING: lockPref() IS NOT ALLOWED HERE!
2024-08-12 09:01:42 +02:00
//pref("autoadmin.global_config_url","https://codeberg.org/Aminda/shell-things/raw/branch/master/conf/firefox-forbidden-policies.js");
2024-07-03 18:08:14 +02:00
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);
pref("autoadmin.failover_to_cached", true);
2024-02-14 11:04:33 +01:00
// vim: filetype=javascript