diff options
| author | ShadowNinja <shadowninja@minetest.net> | 2014-09-09 21:52:07 -0400 |
|---|---|---|
| committer | ShadowNinja <shadowninja@minetest.net> | 2015-05-16 18:33:19 -0400 |
| commit | 6c06330daf04ed1c390131755b64338ca7d79a7e (patch) | |
| tree | 3df6d4d85beb3da343d2ac44cabd15c6ac8e6e06 /minetest.conf.example | |
| parent | 05ab9973f9029676dfa252617c8cb698ab13eb24 (diff) | |
| download | minetest-6c06330daf04ed1c390131755b64338ca7d79a7e.tar.xz | |
Add core.request_insecure_environment()
Diffstat (limited to 'minetest.conf.example')
| -rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 6474289bd..392bd55bb 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -571,4 +571,7 @@ # Prevent mods from doing insecure things like running shell commands. #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()). +#secure.trusted_mods = |
