You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to deny some of default lua functions like 'os.getenv' for #1937 (comment)
and ACL will ignore it.
To reproduce
Release os.getenv (if you want you can take os.clock) and add in ACL.xml in Default rights <right name="function.os.getenv" access="false"></right>
Make a resource with code like