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

extra http headers, ie: content security policy #1741

Closed
totaam opened this issue Jan 13, 2018 · 2 comments
Closed

extra http headers, ie: content security policy #1741

totaam opened this issue Jan 13, 2018 · 2 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Jan 13, 2018

Add the ability to provide extra http headers through a configuration file, so we can more easily add support for things like CSP.
Users can then also add their own headers without needing to modify the code.

@totaam
Copy link
Collaborator Author

totaam commented Jan 13, 2018

Done in r18000.
We ship a directory called http-headers, all files found in this directory are parsed and added to the http headers.
The old "nocache" headers are now handled this way, and there is a basic CSP file too.

@totaam totaam closed this as completed Jan 15, 2018
@totaam
Copy link
Collaborator Author

totaam commented Mar 28, 2018

See also HSTS: #1664

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

No branches or pull requests

1 participant