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
Content Security Policy gets violated because unsafe-eval are not allowed in our webservers.
viewer.js:3328 Uncaught 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' *.myapp.com ".
The viewer doesn't work when the unsafe-eval is restricted.
The text was updated successfully, but these errors were encountered:
Content Security Policy gets violated because unsafe-eval are not allowed in our webservers.
viewer.js:3328 Uncaught 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' *.myapp.com "
.The viewer doesn't work when the unsafe-eval is restricted.
The text was updated successfully, but these errors were encountered: