nisovin / godot-coi-serviceworker

A Godot plugin that enables cross-origin isolation for web exports
https://godotengine.org/asset-library/asset/1818
MIT License
40 stars 3 forks source link

doesnt work in firefox private browsing #4

Closed apia46 closed 5 months ago

apia46 commented 6 months ago

that is all i know. sorry

apia46 commented 6 months ago

this seems to be a known issue; are there any workarounds?

nisovin commented 5 months ago

As far as I can tell, Firefox disables service workers entirely in private browsing. So no, there's no way to work around this. If you want to have a game work in private browsing, you would need to set the headers properly. Or you could use the new 4.3 version that doesn't require threads.