Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HOOPS Communicator is compatible with CSP, however, because we use WebAssembly, there are some special setup requirements.

...

Learn more about configuring CSP with the HOOPS Communicator Web Viewer

...

Once you’ve configured CSP on your web server and you’ve added policy directives to your web page, you’re going to see this error:

...

To clear this error, you’re going to need to add the following policy:

Code Block
<meta http-equiv="Content-Security-Policy" content="script-src 'wasm-unsafe-eval'">

...

in our forum post.