From b6ad19ccad3360b6eb30ef10307f08e0b8f2807f Mon Sep 17 00:00:00 2001 From: Ollie Philpott Date: Wed, 8 May 2019 11:12:09 +0100 Subject: [PATCH] Corrected hsts max age description --- src/Umbraco.Web/HealthCheck/Checks/Security/HstsCheck.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/HealthCheck/Checks/Security/HstsCheck.cs b/src/Umbraco.Web/HealthCheck/Checks/Security/HstsCheck.cs index cb82badc4a..eb4a3d4388 100644 --- a/src/Umbraco.Web/HealthCheck/Checks/Security/HstsCheck.cs +++ b/src/Umbraco.Web/HealthCheck/Checks/Security/HstsCheck.cs @@ -6,7 +6,7 @@ namespace Umbraco.Web.HealthCheck.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 100 days.", + Description = "Checks if your site, when running with HTTPS, contains the Strict-Transport-Security Header (HSTS). If not, it adds with a default of 126 days.", Group = "Security")] public class HstsCheck : BaseHttpHeaderCheck {