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

Allow Custom Headers for User Sites #4748

Open
istarkov opened this issue Jan 14, 2025 · 0 comments
Open

Allow Custom Headers for User Sites #4748

istarkov opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
complexity:medium Up to 1 week of work prio:2 Always look for prio:1 issues first before working on prio:2 type:feat Features and enhancements

Comments

@istarkov
Copy link
Member

Current Global (Dispatcher) Headers

  • Content-Security-Policy: frame-ancestors 'self'
  • X-Frame-Options: SAMEORIGIN
  • X-Content-Type-Options: nosniff
  • Referrer-Policy: strict-origin-when-cross-origin
  • Strict-Transport-Security: max-age=63072000; includeSubDomains; preload

Solution

Allow users to define custom headers at build time without overriding them in the dispatcher.

@istarkov istarkov added the type:feat Features and enhancements label Jan 14, 2025
@istarkov istarkov self-assigned this Jan 14, 2025
@kof kof added complexity:medium Up to 1 week of work prio:2 Always look for prio:1 issues first before working on prio:2 labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:medium Up to 1 week of work prio:2 Always look for prio:1 issues first before working on prio:2 type:feat Features and enhancements
Projects
None yet
Development

No branches or pull requests

2 participants