rspec/rules/S5739/recommended.adoc

4 lines
283 B
Plaintext
Raw Permalink Normal View History

2020-06-30 12:50:28 +02:00
== Recommended Secure Coding Practices
2021-01-27 13:42:22 +01:00
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++``).