anyone know how to resolve ? tried raw on the link but didnt help…
Unity canister deployed fine and I think js loader and index all pointed and have necessary in them… BUT… get this… looks like simple permissions ?
- The Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized code on your site.
To solve this issue, avoid using eval()
, new Function()
, setTimeout([string], ...)
and setInterval([string], ...)
for evaluating strings.
If you absolutely must: you can enable string evaluation by adding unsafe-eval
as an allowed source in a script-src
directive.
Allowing string evaluation comes at the risk of inline script injection.
-
Affected Resources
-
1 directive
1. |Source location|Directive|Status|
| — | — | — |
||script-src|blocked|