From 427d16932224f1d237f6e9a1926ce9f2d1c2b484 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Sun, 5 Oct 2025 21:34:09 -0500 Subject: [PATCH] Added Default files Next step - file to deploy the files --- autoconfig.js | 2 ++ firefox.cfg | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 autoconfig.js create mode 100644 firefox.cfg 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");