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

Disable online functionality in unsupported domains #297

Open
jeremyckahn opened this issue Jun 26, 2022 · 0 comments
Open

Disable online functionality in unsupported domains #297

jeremyckahn opened this issue Jun 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jeremyckahn
Copy link
Owner

If Farmhand is running in an unsupported domain, the player will experience an error when they try to connect to an online game. Rather than presenting the player with functionality that's unavailable to them, hide any online play UI.

export const ACCEPTED_ORIGINS = new Set([
'http://localhost:3000',
'https://farmhand.vercel.app',
'https://jeremyckahn.github.io',
'https://www.farmhand.life',
'https://v6p9d9t4.ssl.hwcdn.net', // itch.io's CDN that the game is served from
])

@jeremyckahn jeremyckahn added the enhancement New feature or request label Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant