Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Saoshyant

2
Posts
1
Topics
1
Following
A member registered Nov 13, 2016

Recent community posts

Let me know if this thread is in the right place.  I looked for "bug report" and this subforum was the only that seemed appropriate.

Games exported from Godot use "SharedArrayBuffer", which has specific security requirements per the spec.

Specifically, these two headers need to be sent from the mini-sites hosted at itch.io that have HTML 5 games:

Cross-Origin-Opener-Policy: same-origin

Cross-Origin-Embedder-Policy: require-corp

This is a super simple change that would improve the experience of users trying to play HTML 5 games on itch.io without them having to resort to use bloody Google Chrome to do so.

More information here:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects...

https://old.reddit.com/r/godot/comments/mvwim9/godot_33_html5_threads_export_typ...