ciao
ciao copied to clipboard
Disable require in request and assertion blocks.
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..