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

Add missing headers #719

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add missing headers #719

wants to merge 5 commits into from

Conversation

39zde
Copy link
Contributor

@39zde 39zde commented Oct 14, 2024

Additions

Add missing cross-origin headers to HeaderName:

  • Cross-Origin-Embedder-Policy
  • Cross-Origin-Opener-Policy
  • Cross-Origin-Resource-Policy

Context

Some of them are a requirement for SharedArrayBuffers

@@ -115,6 +115,9 @@ fn make_all_known_headers() -> Vec<Vec<u8>> {
b"X-Frame-Options".to_vec(),
// common_non_standard_response
b"Content-Security-Policy".to_vec(),
Copy link
Contributor Author

@39zde 39zde Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the definition of a common non standard response in this context?

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