Remove debug.get/setmetatable from security whitelist

fixes #12216
master
stefan 2022-05-25 11:46:12 +02:00 committed by sfan5
parent 1b68fb7683
commit bb671c3089
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ void ScriptApiSecurity::initializeSecurity()
"gethook", "gethook",
"traceback", "traceback",
"getinfo", "getinfo",
"getmetatable",
"setmetatable",
"upvalueid", "upvalueid",
"sethook", "sethook",
"debug", "debug",