1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-04 09:15:29 +01:00

Enable mod security by default

This commit is contained in:
ShadowNinja
2016-10-09 14:36:22 -04:00
parent 25ba96fcac
commit 7ae7f1ea4c
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 = false
# secure.enable_security = true
# Comma-separated list of trusted mods that are allowed to access insecure
# functions even when mod security is on (via request_insecure_environment()).