Switch to Netlify static host to support SharedArrayBuffer via COEP/COOP headers. Github Pages does not support these headers yet.

This commit is contained in:
Alf
2021-07-27 20:22:36 -07:00
parent 88110bfd1b
commit 94f3c6ad80
5 changed files with 10 additions and 12 deletions

5
www/public/netlify.toml Normal file
View File

@@ -0,0 +1,5 @@
[[headers]]
for = "/*"
[headers.values]
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"