Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari can't open Restricted pages when SharedArrayBuffer support is enabled #1509

Open
N-Carter opened this issue Nov 21, 2023 · 0 comments

Comments

@N-Carter
Copy link

I have an in-progress Godot 4.1.3 game which I'm building as HTML5 as that's the easiest way to get people to test it as it develops. I wanted to try hosting it on Itch in Restricted mode in order to have password protection.

This works on all browsers except Safari. I notice Safari redirects games which use SharedArrayBuffer to a new URL to work around a missing cross-origin isolation feature, as described in this post:

godotengine/godot#70691 (comment)

This does work if the page is not Restricted. If it is Restricted, it redirects to a 404 error instead.

As a workaround, I've set my game's page to Public mode, made it unlisted and hid it from my page. Let me know if you'd like me to set it back to Restricted and provide a link for testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant