From 9ef17c3d1cd942f7eec895441741899928c6abd8 Mon Sep 17 00:00:00 2001 From: Narsil Date: Tue, 13 Sep 2022 09:37:25 +0000 Subject: [PATCH] Upload files to 'config/defaults/pref' --- config/defaults/pref/autoconfig.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/defaults/pref/autoconfig.js diff --git a/config/defaults/pref/autoconfig.js b/config/defaults/pref/autoconfig.js new file mode 100644 index 0000000..e0a90e2 --- /dev/null +++ b/config/defaults/pref/autoconfig.js @@ -0,0 +1,17 @@ +// +// ******************************************************************************** +// +// local-settings.js | Firefox +// +// ******************************************************************************** +// +// Startup +// >>>>>>>>>>>>>>>>>>>>> +// Load the config. file +pref("general.config.filename", "mozilla.cfg"); +// ------------------------------------- +// Do not obscure the content with ROT-13 +pref("general.config.obscure_value", 0); + + +