lua: sandbox: remove all traces of the minimal_std flag, as it's no longer used

This commit is contained in:
George Kiagiadakis
2022-04-06 20:25:05 +03:00
parent b216594497
commit 81af8c2069
5 changed files with 3 additions and 8 deletions

View File

@@ -148,9 +148,6 @@ wplua_enable_sandbox (lua_State * L, WpLuaSandboxFlags flags)
}
lua_newtable (L);
lua_pushliteral (L, "minimal_std");
lua_pushboolean (L, (flags & WP_LUA_SANDBOX_MINIMAL_STD));
lua_settable (L, -3);
lua_pushliteral (L, "isolate_env");
lua_pushboolean (L, (flags & WP_LUA_SANDBOX_ISOLATE_ENV));
lua_settable (L, -3);