From 826a2e7f8c7786acb3b5d2217f19814f314289ab Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 5 Jan 2022 16:21:31 -0500 Subject: add initial lw d/ contents --- .../debian/librewolf_settings/defaults/pref/local-settings.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 librewolf/debian/librewolf_settings/defaults/pref/local-settings.js (limited to 'librewolf/debian/librewolf_settings/defaults/pref/local-settings.js') diff --git a/librewolf/debian/librewolf_settings/defaults/pref/local-settings.js b/librewolf/debian/librewolf_settings/defaults/pref/local-settings.js new file mode 100644 index 0000000..eaecc05 --- /dev/null +++ b/librewolf/debian/librewolf_settings/defaults/pref/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