diff options
| author | ShadowNinja <shadowninja@minetest.net> | 2016-10-09 14:36:22 -0400 |
|---|---|---|
| committer | ShadowNinja <shadowninja@minetest.net> | 2017-01-13 14:08:24 -0500 |
| commit | 7ae7f1ea4cbbda7d7849a1240ce30d867e850bfb (patch) | |
| tree | d860aeabc374768ef4cc888ca4639ecde2f5475b /minetest.conf.example | |
| parent | 25ba96fcac9fce7bfa9dd6e9c2c3e96e2d5e147e (diff) | |
| download | dragonfireclient-7ae7f1ea4cbbda7d7849a1240ce30d867e850bfb.tar.xz | |
Enable mod security by default
Diffstat (limited to 'minetest.conf.example')
| -rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index bf70f5e51..13b2dc7a7 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 = 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()). |
