summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-12-21 14:04:46 +0100
committersfan5 <sfan5@live.de>2016-12-21 14:13:10 +0100
commit09f1a0c1ff8b5d73443603d85fccc3eb25cf4650 (patch)
tree06cc287de1bf5e1b55101bbe4b732a976a792966 /minetest.conf.example
parentcc7c31a5bc44ab0010997e86c0a8c9f5f832b398 (diff)
downloadminetest-09f1a0c1ff8b5d73443603d85fccc3eb25cf4650.tar.gz
minetest-09f1a0c1ff8b5d73443603d85fccc3eb25cf4650.tar.bz2
minetest-09f1a0c1ff8b5d73443603d85fccc3eb25cf4650.zip
Disable mod security by default (closes #4944)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 6c7d1e66b..867d98584 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1530,7 +1530,7 @@
# Prevent mods from doing insecure things like running shell commands.
# type: bool
-# secure.enable_security = true
+# secure.enable_security = false
# Comma-separated list of trusted mods that are allowed to access insecure
# functions even when mod security is on (via request_insecure_environment()).