mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-12 19:40:54 +01:00
Aminda Suomalainen
c349dd04ef
Apparently it's not allowed and as a result all settings specified there vanish. Oops. This reverts commit ae08cd834ecea27b1dd2976e1a975612546a7405.
13 lines
600 B
JavaScript
13 lines
600 B
JavaScript
// 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!
|
|
|
|
//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","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);
|
|
// vim: filetype=javascript
|