diff --git a/src/Umbraco.Core/Constants-HealthChecks.cs b/src/Umbraco.Core/Constants-HealthChecks.cs index 118738bd9e9c..e0b637f39d86 100644 --- a/src/Umbraco.Core/Constants-HealthChecks.cs +++ b/src/Umbraco.Core/Constants-HealthChecks.cs @@ -126,6 +126,12 @@ public static class Security /// public const string CspHeaderCheck = "https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP"; + /// + /// The documentation link for the imaging HMAC secret key check. + /// + public const string ImagingHMACSecretKeyCheck = + "https://docs.umbraco.com/umbraco-cms/reference/configuration/imagingsettings"; + /// /// Contains documentation links for HTTPS health checks. /// diff --git a/src/Umbraco.Core/EmbeddedResources/Lang/en.xml b/src/Umbraco.Core/EmbeddedResources/Lang/en.xml index 6ff466663419..d1d6dd817c5f 100644 --- a/src/Umbraco.Core/EmbeddedResources/Lang/en.xml +++ b/src/Umbraco.Core/EmbeddedResources/Lang/en.xml @@ -509,6 +509,11 @@ %0%.]]> %0%.]]> + The HMAC secret key for image URL signing is configured. + + Umbraco:CMS:Imaging:HMACSecretKey to prevent unauthorized image manipulation requests.]]> + Results of the scheduled Umbraco Health Checks run on %0% at %1% are as follows:%2%
Results of the scheduled Umbraco Health Checks run on %0% at %1% are as follows: