1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Disable mod security by default (closes #4944)

This commit is contained in:
sfan5
2016-12-21 14:04:46 +01:00
parent cc7c31a5bc
commit 09f1a0c1ff
3 changed files with 3 additions and 3 deletions

View File

@@ -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()).