Commit 7d3c8cc6 authored by Alexey Migutsky's avatar Alexey Migutsky Committed by GitHub

Added security headers

parent 0c1ea2e1
......@@ -83,4 +83,13 @@ This is a checklist for serverside of the Web App.
## Security
* [ ] I have audited my system against OWASP Top 10 Vulnerabilities
* [ ] I use TLS for all sensitive endpoints
\ No newline at end of file
* [ ] I use TLS for all sensitive endpoints
* [ ] I have added relevant security headers to app HTTP endpoints
* `X-Frame-Options`
* `X-Content-Type-Options`
* `Content-Security-Policy`
* `X-XSS-Protection`
* `Strict-Transport-Security`
* `Public-Key-Pins`
* `X-Content-Type-Options`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment