== 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++``).