Heads-up, per (https://itch.io/t/1028526/cross-origin-policies-for-webassembly), itch.io just started adding the following headers earlier today :
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp
If you have games on itch.io that are using resources hosted elsewhere you might have to fix them.
In my case that meant fonts I used from google’s CDN (fonts.google.com) suddenly stopped working.