Hi, I'm having trouble getting my game to work when played in-browser: https://htv04.itch.io/funkin-rewritten
It uses love.js, which requires these HTTP headers that Google enforced a few months back for Chrome (the game gives a SharedArrayBuffer error otherwise):
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp
Could these headers be enabled for my game? As far as I know, it's the only thing that's preventing it from starting.