Add bit library to environment (with LuaJIT)
This commit is contained in:
parent
952471c8f8
commit
eb535064ba
@ -90,6 +90,7 @@ void ScriptApiSecurity::initializeSecurity()
|
||||
"table",
|
||||
"math",
|
||||
"utf8",
|
||||
"bit",
|
||||
};
|
||||
static const char *io_whitelist[] = {
|
||||
"close",
|
||||
@ -260,6 +261,7 @@ void ScriptApiSecurity::initializeSecurityClient()
|
||||
"table",
|
||||
"math",
|
||||
"utf8",
|
||||
"bit",
|
||||
};
|
||||
static const char *os_whitelist[] = {
|
||||
"clock",
|
||||
|
Loading…
x
Reference in New Issue
Block a user