diff options
author | girst <girst@users.noreply.github.com> | 2019-06-24 07:36:36 +0200 |
---|---|---|
committer | girst <girst@users.noreply.github.com> | 2019-06-24 08:05:23 +0200 |
commit | b6d0fd2cda60196a8228d6fc3b9b330bb1871393 (patch) | |
tree | 5a709413f504a962a41f427a16e17fdf5c26efbb /defaults/pref | |
download | legacywolf-b6d0fd2cda60196a8228d6fc3b9b330bb1871393.tar.gz legacywolf-b6d0fd2cda60196a8228d6fc3b9b330bb1871393.zip |
initial commit
Diffstat (limited to 'defaults/pref')
-rw-r--r-- | defaults/pref/config-prefs.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/defaults/pref/config-prefs.js b/defaults/pref/config-prefs.js new file mode 100644 index 0000000..57e8af3 --- /dev/null +++ b/defaults/pref/config-prefs.js @@ -0,0 +1,3 @@ +pref("general.config.obscure_value", 0); +pref("general.config.filename", "config.js"); +pref("general.config.sandbox_enabled", false); |