I was wondering, is it possible to host the files for the HTML5 export on for example, mysecondarysite.com, and then in mysite.com create <iframe source="mysecondarysite.com">? I tried to do it, but I get an error mysecondarysite.com refused to connect
And in the shell it says:
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep
Both sites are hosted at netlify.com and have this .toml:
[[headers]]
for = "/*"
[headers.values]
Cross-Origin-Opener-Policy = "same-origin"
Cross-Origin-Embedder-Policy = "require-corp"
Using Godot4 btw, if it makes any difference