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
To accomodate these with wasm threads, we have to enable COEP header.
28
+
To accomodate these with wasm threads, we have to enable [COOP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy) and [COEP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy) headers.
29
+
30
+
You can read an [article on web.dev](https://web.dev/articles/why-coop-coep) on why COOP and COEP headers are needed.
29
31
30
32
!!! info
31
33
32
-
Webassembly is really complex to get into. If you want some more information on this, you can read the [WASM threads spec](https://github.com/webassembly/threads)
34
+
While the site itself does not change much in meaningful way, having no COOP and COEP headers mean your fonts and other assets wont load properly.
33
35
34
-
That means your reverse proxy of choice must add the security headers, otherwise the static assets like worker and fonts wont load properly.
36
+
That means your reverse proxy of choice must add the security headers.
35
37
36
38
Please see the deployment section for your reverse proxy of choice.
0 commit comments