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 security related headers #4

Open
mdPlusPlus opened this issue Jul 25, 2018 · 2 comments
Open

Add security related headers #4

mdPlusPlus opened this issue Jul 25, 2018 · 2 comments

Comments

@mdPlusPlus
Copy link
Owner

mdPlusPlus commented Jul 25, 2018

See https://securityheaders.com (currently C rating).

@mdPlusPlus
Copy link
Owner Author

As of 1b27769 we achieve an A+ rating from https://securityheaders.com.
Maybe there should be some further fine-tuning.

Details:

Header Value
Content-Security-Policy default-src 'https:'
Referrer-Policy same-origin
X-Content-Type-Options nosniff
X-Frame-Options DENY
X-Xss-Protection 1; mode=block
Strict-Transport-Security max-age=63072000; includeSubdomains; preload

@mdPlusPlus
Copy link
Owner Author

Current rating A:

image
image

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