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
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This is a potential security issue when running remote scripts.
require() calls should not be allowed in the source.
I tried setting require = undefined but that caused issues, if that's not possible then we'll have to check the script source and string replace out all the require calls; which is obviously not ideal..