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

fix: enable cross origin isolation for mobile support #8

Merged
merged 20 commits into from
Sep 1, 2023

Conversation

ethan-crypto
Copy link
Contributor

Opted into COOP and COEP headers by adding these HTTP headers to the Next.js server's response:

Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin

This will enable mobile support.

@vercel
Copy link

vercel bot commented Aug 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ezkljs-engine ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 1, 2023 10:11pm

@ethan-crypto ethan-crypto merged commit a39aa30 into main Sep 1, 2023
3 checks passed
@ethan-crypto ethan-crypto deleted the feat--mobile-build branch September 1, 2023 22:14
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

Successfully merging this pull request may close these issues.

1 participant