File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 577577// HTTP Strict Transport Security is an excellent feature to support on your
578578// site and strengthens your implementation of TLS by getting the User Agent
579579// to enforce the use of HTTPS. Recommended value
580- // "strict-transport-security: max-age=31536000; includeSubDomains".
581- //$_configuration['security_strict_transport'] = 'strict-transport-security: max-age=31536000; includeSubDomains';
580+ // "strict-transport-security: max-age=63072000; includeSubDomains; preload".
581+ // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
582+ //$_configuration['security_strict_transport'] = 'strict-transport-security: max-age=63072000; includeSubDomains; preload';
582583//
583584// Content Security Policy is an effective measure to protect your site from
584585// XSS attacks. By whitelisting sources of approved content, you can prevent
You can’t perform that action at this time.
0 commit comments