File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-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=63072000; includeSubDomains; preload ".
580+ // "strict-transport-security: max-age=63072000; includeSubDomains".
581581// 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';
582+ // You can include the "preload" suffix, but this has consequences on the
583+ // top level domain (TLD), so probably not to be done lightly. See https://hstspreload.org/.
584+ //$_configuration['security_strict_transport'] = 'strict-transport-security: max-age=63072000; includeSubDomains';
583585//
584586// Content Security Policy is an effective measure to protect your site from
585587// XSS attacks. By whitelisting sources of approved content, you can prevent
You can’t perform that action at this time.
0 commit comments