diff options
author | ShadowNinja <shadowninja@minetest.net> | 2016-10-09 14:36:22 -0400 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-10-16 01:14:54 +0100 |
commit | 2ff054d0419535a9422a957d50491ed119d6eb73 (patch) | |
tree | 0c24cdb23c7fad494e72d23e3a00deb483e3648b /builtin | |
parent | c31e354342bbcb9a051f0113d41431827efc4435 (diff) | |
download | minetest-2ff054d0419535a9422a957d50491ed119d6eb73.tar.gz minetest-2ff054d0419535a9422a957d50491ed119d6eb73.tar.bz2 minetest-2ff054d0419535a9422a957d50491ed119d6eb73.zip |
Enable mod security by default
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 0a6c21a46..9b5f386e0 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1161,7 +1161,7 @@ mgvalleys_np_inter_valley_slope (Valley Slope) noise_params 0.5, 0.5, (128, 128, [*Security] # Prevent mods from doing insecure things like running shell commands. -secure.enable_security (Enable mod security) bool false +secure.enable_security (Enable mod security) bool true # Comma-separated list of trusted mods that are allowed to access insecure # functions even when mod security is on (via request_insecure_environment()). |