diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-03 19:37:15 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-03 19:37:15 -0500 |
commit | cd03415928188acc7227497fa86b36fb7373d423 (patch) | |
tree | 1b893f6c022ed2e2cc0dfe9829a2328cf349fea9 /settings | |
parent | Add note about pocket in readme (diff) | |
download | librewolf-linux-cd03415928188acc7227497fa86b36fb7373d423.tar.gz librewolf-linux-cd03415928188acc7227497fa86b36fb7373d423.tar.bz2 librewolf-linux-cd03415928188acc7227497fa86b36fb7373d423.zip |
Simplify local-settings.js
Diffstat (limited to 'settings')
-rw-r--r-- | settings/defaults/pref/local-settings.js | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/settings/defaults/pref/local-settings.js b/settings/defaults/pref/local-settings.js index e8b6728..64e6c6d 100644 --- a/settings/defaults/pref/local-settings.js +++ b/settings/defaults/pref/local-settings.js @@ -1,11 +1,8 @@ -// >>>>>>>>>>>>>>>>>>>> -// Section : General Settings -// Bench Diff : ++/5000 -// >>>>>>>>>>>>>>>>>>>> +// Sets up the .cfg file. -// LibreWolf MoD -pref("general.config.filename", "librewolf.cfg"); -// Default Firefox -// ROT13 Settings primitive encryption routing that -pref("general.config.obscure_value", 0); +//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); |