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 some security headers, including CSP and HPKP #80

Open
rugk opened this issue Feb 15, 2016 · 1 comment
Open

Add some security headers, including CSP and HPKP #80

rugk opened this issue Feb 15, 2016 · 1 comment

Comments

@rugk
Copy link

rugk commented Feb 15, 2016

It would be nice to have some security headers: https://securityheaders.io/?q=https%3A%2F%2Fgethttpsforfree.com%2F

Especially a CSP could be very helpful here, as you can very strictly limit the JS use. However you may have to rewrite a few JS parts to be CPS-compatible (to not have to allow insecure-eval).
Also have a look at report-uri where you can collect CPS and HPKP violation reports.

As for HPKP please be cautious with the LE client. You might want to follow this best practises.

@diafygi
Copy link
Owner

diafygi commented Feb 22, 2016

Will probably do CSP, but probably won't do HPKP since I don't really have a planned backup cert.

@ghost ghost mentioned this issue Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants