aboutsummaryrefslogtreecommitdiff
path: root/settings/defaults/pref
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-30 18:46:07 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-30 18:46:07 -0500
commit5f6f260411328ddff0c6c7c3d9f009d384606ac9 (patch)
tree54122488646645f79db16f492527e96a9a47d807 /settings/defaults/pref
parentfix appimage build (diff)
downloadlibrewolf-linux-5f6f260411328ddff0c6c7c3d9f009d384606ac9.tar.gz
librewolf-linux-5f6f260411328ddff0c6c7c3d9f009d384606ac9.tar.bz2
librewolf-linux-5f6f260411328ddff0c6c7c3d9f009d384606ac9.zip
Move settings one level up
Diffstat (limited to 'settings/defaults/pref')
-rw-r--r--settings/defaults/pref/local-settings.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/settings/defaults/pref/local-settings.js b/settings/defaults/pref/local-settings.js
new file mode 100644
index 0000000..e8b6728
--- /dev/null
+++ b/settings/defaults/pref/local-settings.js
@@ -0,0 +1,11 @@
+// >>>>>>>>>>>>>>>>>>>>
+// Section : General Settings
+// Bench Diff : ++/5000
+// >>>>>>>>>>>>>>>>>>>>
+
+// LibreWolf MoD
+pref("general.config.filename", "librewolf.cfg");
+
+// Default Firefox
+// ROT13 Settings primitive encryption routing that
+pref("general.config.obscure_value", 0);
bgstack15