mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-13 18:07:27 +02:00
firefox: restore online autoconfig
This commit is contained in:
parent
8be3b805f0
commit
29d4dbb9bd
@ -1,5 +1,3 @@
|
|||||||
/** @format */
|
|
||||||
|
|
||||||
// This file belongs to Firefox `default/pref` directory.
|
// This file belongs to Firefox `default/pref` directory.
|
||||||
// E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/
|
// E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/
|
||||||
|
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
/** @format */
|
|
||||||
|
|
||||||
// This file belongs to Firefox `default/pref` directory as `autoconfig.js`.
|
// This file belongs to Firefox `default/pref` directory as `autoconfig.js`.
|
||||||
// E.g. /usr/lib64/firefox/defaults/pref/autoconfig.js
|
// E.g. /usr/lib64/firefox/defaults/pref/autoconfig.js
|
||||||
|
|
||||||
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
// WARNING: lockPref() IS NOT ALLOWED HERE!
|
||||||
|
|
||||||
//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",
|
"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",
|
||||||
|
// );
|
||||||
pref("general.config.obscure_value", 0);
|
pref("general.config.obscure_value", 0);
|
||||||
pref("autoadmin.refresh_interval", 120);
|
pref("autoadmin.refresh_interval", 120);
|
||||||
pref("autoadmin.offline_failover", true);
|
pref("autoadmin.offline_failover", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user