HSTS Header (Strict Transport Security) Explained
Learn why HTTPS is not enough to protect your website from network attacks and how the HSTS header comes in to solve the problem. Let's begin!
The original article can be found here: HSTS on AppSec Monkey.
What is HSTS?
HTTP Strict Transport Security...
appsecmonkey.hashnode.dev10 min read
mahesh sabharwal
Thanks for the article. But this article as well as others I have seen on the web - miss out one critical thing - where do I add these directives?
You mention that add this directive -
Strict-Transport-Security: max-age=60Ya, but where?
I am using Ubuntu 16.04 with Apache, MySQL and PHP.