Closed ArthurClemens closed 4 years ago
new Function is not allowed on sites with a Content Security Policy (CSP) and sane defaults.
new Function
I've included a new unit test to ensure the same return value of Path.toFunction.
Path.toFunction
Fixed by #223.
new Function
is not allowed on sites with a Content Security Policy (CSP) and sane defaults.I've included a new unit test to ensure the same return value of
Path.toFunction
.