Commit 30c03608 authored by Adam Dobrawy's avatar Adam Dobrawy Committed by GitHub

Use TLS for all endpoints

parent 882c722a
...@@ -83,7 +83,7 @@ This is a checklist for serverside of the Web App. ...@@ -83,7 +83,7 @@ This is a checklist for serverside of the Web App.
## Security ## Security
* [ ] I have audited my system against OWASP Top 10 Vulnerabilities * [ ] I have audited my system against OWASP Top 10 Vulnerabilities
* [ ] I use TLS for all sensitive endpoints * [ ] I use TLS for all endpoints
* [ ] I have added relevant security headers to app HTTP endpoints * [ ] I have added relevant security headers to app HTTP endpoints
* `X-Frame-Options` * `X-Frame-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