Skip to content

Commit

Permalink
Try WASM again
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent 3618b25 commit f48b299
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"
Content-Security-Policy = "upgrade-insecure-requests"

[[headers]]
for = "/*.wasm"
[headers.values]
Content-Type = "application/wasm"

1 comment on commit f48b299

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.