From 34842ce320a0e2f9ab0ac82a4172bb748effff79 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 18 Nov 2021 17:04:18 -0500 Subject: add policies and local-settings files --- local-settings.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 local-settings.js (limited to 'local-settings.js') diff --git a/local-settings.js b/local-settings.js new file mode 100644 index 0000000..eaecc05 --- /dev/null +++ b/local-settings.js @@ -0,0 +1,7 @@ +// Sets up the .cfg file. + +//Specifies the .cfg filename (path cannot be changed) +pref("general.config.filename", "librewolf.cfg"); + +//Allows .cfg file to be stored in plain text without obfuscation +pref("general.config.obscure_value", 0); -- cgit