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
|
2024-02-16 11:31:01 +01:00
|
|
|
//pref("autoadmin.global_config_url","https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/librewolf.overrides.cfg");
|
|
|
|
pref("autoadmin.global_config_url","file:///home/aminda/public_html/autoconfig.js");
|
2024-02-14 11:04:33 +01:00
|
|
|
pref("general.config.obscure_value", 0);
|
2024-02-16 10:58:55 +01:00
|
|
|
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
|