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

feat: add cross-origin isolated support #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fishel-feng
Copy link

Some browser API needs to run in cross-origin isolated environment. If we want to use these API (eg. SharedArrayBuffer), we should set the header for server response.

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

@belauzas
Copy link

Hi @fishel-feng I would like to use your PR for dead-server update, because this project seems to be abandoned.

@fishel-feng
Copy link
Author

Hi @fishel-feng I would like to use your PR for dead-server update, because this project seems to be abandoned.

sorry to hear that, of course you can use it in dead-server.

@laurensV
Copy link

this would be a great feature to have..

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.

3 participants