Hello! I currently am hosting my personal website and am trying to embed an iframe on my site which contains a game I’ve been working on (hosted on itch.io). I added a netlify.toml file with the following options:
# netlify.toml
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Cross-Origin-Opener-Policy = "same-origin"
Cross-Origin-Embedder-Policy = "require-corp"
And I’m met with the following
https://jacobmalone.netlify.app/
Thank you!