Update src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs

This commit is contained in:
Bjarke Berg
2021-02-04 13:58:33 +01:00
committed by GitHub
parent 8bc9d05a3f
commit 97e52122b4

View File

@@ -12,7 +12,7 @@ namespace Umbraco.Core.HealthChecks.Checks.Security
[HealthCheck(
"E2048C48-21C5-4BE1-A80B-8062162DF124",
"Cookie hijacking and protocol downgrade attacks Protection (Strict-Transport-Security Header (HSTS))",
Description = "Checks if your site, when running with HTTPS, contains the Strict-Transport-Security Header (HSTS). If not, it adds with a default of 18 weeks.",
Description = "Checks if your site, when running with HTTPS, contains the Strict-Transport-Security Header (HSTS).",
Group = "Security")]
public class HstsCheck : BaseHttpHeaderCheck
{