Hello, I'm having a problem when deploying my game:
The tool that I'm trying to deplou on itch.io contains an `<iframe>` that runs some logic. When running, it returns the following error:
'Uncaught DOMException: Permission denied to access property "generatedAssemblyCode" on cross-origin object'
I can't change the CORS settings because both files are served together on the exact same place within itch.io.The tool isn't acessing any external files at all; they are all in the same place.
The tool runs okay when executed from an arbitrary plac.
ZIP that I'm trying to deploy: https://github.com/haroldo-ok/CVBasic-emscripten/releases/download/v0.0.3/CVBasi...