rspec/rules/S5739/recommended.adoc
2021-01-27 13:42:22 +01:00

4 lines
283 B
Plaintext

== Recommended Secure Coding Practices
Implement Strict-Transport-Security policy header, it is recommended to apply this policy to all subdomains (``++includeSubDomains++``) and for at least 6 months (``++max-age=15552000++``) or even better for 1 year (``++max-age=31536000++``).