Swap HSTS healthcheck status on localhost
(cherry picked from commit 6cb53fd703)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
43a4a49409
commit
90ffd25d96
@@ -2349,6 +2349,12 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong>, also known as the HSTS-header, was found.]]></key>
|
||||
<key alias="hSTSCheckHeaderNotFound">
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong> was not found.]]></key>
|
||||
<key alias="hSTSCheckHeaderFoundOnLocalhost">
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong>, also known as the HSTS-header, was found. <strong>This header should not be present on localhost.</strong>]]>
|
||||
</key>
|
||||
<key alias="hSTSCheckHeaderNotFoundOnLocalhost">
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong> was not found. This header should not be present on localhost.]]>
|
||||
</key>
|
||||
<key alias="xssProtectionCheckHeaderFound"><![CDATA[The header <strong>X-XSS-Protection</strong> was found.]]></key>
|
||||
<key alias="xssProtectionCheckHeaderNotFound">
|
||||
<![CDATA[The header <strong>X-XSS-Protection</strong> was not found.]]></key>
|
||||
|
||||
@@ -2451,6 +2451,12 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong>, also known as the HSTS-header, was found.]]></key>
|
||||
<key alias="hSTSCheckHeaderNotFound">
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong> was not found.]]></key>
|
||||
<key alias="hSTSCheckHeaderFoundOnLocalhost">
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong>, also known as the HSTS-header, was found. <strong>This header should not be present on localhost.</strong>]]>
|
||||
</key>
|
||||
<key alias="hSTSCheckHeaderNotFoundOnLocalhost">
|
||||
<![CDATA[The header <strong>Strict-Transport-Security</strong> was not found. This header should not be present on localhost.]]>
|
||||
</key>
|
||||
<key alias="xssProtectionCheckHeaderFound"><![CDATA[The header <strong>X-XSS-Protection</strong> was found.]]></key>
|
||||
<key alias="xssProtectionCheckHeaderNotFound">
|
||||
<![CDATA[The header <strong>X-XSS-Protection</strong> was not found.]]></key>
|
||||
|
||||
Reference in New Issue
Block a user