diff options
author | BeatLink <beatlink@protonmail.com> | 2019-08-16 19:53:50 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-08-16 19:53:50 -0500 |
commit | fbc0ce864357bcc4402204e368cc474e4414670e (patch) | |
tree | 1811fbd1a988eeda3c6915118ccfb7a43255d2ef /settings/defaults | |
parent | Move branding to seperate repo (diff) | |
download | librewolf-linux-fbc0ce864357bcc4402204e368cc474e4414670e.tar.gz librewolf-linux-fbc0ce864357bcc4402204e368cc474e4414670e.tar.bz2 librewolf-linux-fbc0ce864357bcc4402204e368cc474e4414670e.zip |
Move settings to seperate repo
Diffstat (limited to 'settings/defaults')
-rw-r--r-- | settings/defaults/pref/local-settings.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/settings/defaults/pref/local-settings.js b/settings/defaults/pref/local-settings.js deleted file mode 100644 index eaecc05..0000000 --- a/settings/defaults/pref/local-settings.js +++ /dev/null @@ -1,7 +0,0 @@ -// 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); |