Added Default files

Next step - file to deploy the files
This commit is contained in:
Upgrayedd 2025-10-05 21:34:09 -05:00
commit 427d169322
2 changed files with 5 additions and 0 deletions

2
autoconfig.js Normal file
View File

@ -0,0 +1,2 @@
pref("general.config.filename", "firefox.cfg");
pref("general.config.obscure_value", 0);

3
firefox.cfg Normal file
View File

@ -0,0 +1,3 @@
// IMPORTANT: Start your code on the 2nd line
displayError(funcname, message)
pref("autoadmin.global_config_url","https://yourdomain.com/autoconfigfile.js");