aboutsummaryrefslogtreecommitdiff
path: root/settings/defaults
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-08-16 19:53:50 -0500
committerBeatLink <beatlink@protonmail.com>2019-08-16 19:53:50 -0500
commitfbc0ce864357bcc4402204e368cc474e4414670e (patch)
tree1811fbd1a988eeda3c6915118ccfb7a43255d2ef /settings/defaults
parentMove branding to seperate repo (diff)
downloadlibrewolf-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.js7
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);
bgstack15