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
In my application, I have content security policy set (I have to) and it does not allow 'unsafe-eval'.
jspath gives me an error EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'".(…)"
I cannot change the CSP. Is there anyway to get around this error?
Anand
The text was updated successfully, but these errors were encountered:
Hi
In my application, I have content security policy set (I have to) and it does not allow 'unsafe-eval'.
jspath gives me an error EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'".(…)"
I cannot change the CSP. Is there anyway to get around this error?
Anand
The text was updated successfully, but these errors were encountered: