commit 427d16932224f1d237f6e9a1926ce9f2d1c2b484 Author: Upgrayedd Date: Sun Oct 5 21:34:09 2025 -0500 Added Default files Next step - file to deploy the files diff --git a/autoconfig.js b/autoconfig.js new file mode 100644 index 0000000..e4ea156 --- /dev/null +++ b/autoconfig.js @@ -0,0 +1,2 @@ +pref("general.config.filename", "firefox.cfg"); +pref("general.config.obscure_value", 0); \ No newline at end of file diff --git a/firefox.cfg b/firefox.cfg new file mode 100644 index 0000000..2ce180c --- /dev/null +++ b/firefox.cfg @@ -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");