Enable mod security by default
[oweals/minetest.git] / minetest.conf.example
index 465e1d0696c9b324dedcde484f7c746bdbf79452..e24d3a384d89080dd67e320e4a2d933b84e32f91 100644 (file)
 
 #    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()).