From 97e52122b40683c7a071aae74aa2304aed669abb Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Thu, 4 Feb 2021 13:58:33 +0100 Subject: [PATCH] Update src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs --- src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs b/src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs index e7bc243d0c..188e8f3080 100644 --- a/src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs +++ b/src/Umbraco.Core/HealthChecks/Checks/Security/HstsCheck.cs @@ -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 {