diff --git a/src/Umbraco.Core/Constants-HealthChecks.cs b/src/Umbraco.Core/Constants-HealthChecks.cs
index 2980a5945719..875f86cb4c70 100644
--- a/src/Umbraco.Core/Constants-HealthChecks.cs
+++ b/src/Umbraco.Core/Constants-HealthChecks.cs
@@ -45,7 +45,6 @@ public static class Security
public const string ClickJackingCheck = "https://umbra.co/healthchecks-click-jacking";
public const string HstsCheck = "https://umbra.co/healthchecks-hsts";
public const string NoSniffCheck = "https://umbra.co/healthchecks-no-sniff";
- public const string XssProtectionCheck = "https://umbra.co/healthchecks-xss-protection";
public const string ExcessiveHeadersCheck = "https://umbra.co/healthchecks-excessive-headers";
public static class HttpsCheck
diff --git a/src/Umbraco.Core/EmbeddedResources/Lang/en.xml b/src/Umbraco.Core/EmbeddedResources/Lang/en.xml
index 0f90e815a002..19147759e66a 100644
--- a/src/Umbraco.Core/EmbeddedResources/Lang/en.xml
+++ b/src/Umbraco.Core/EmbeddedResources/Lang/en.xml
@@ -2358,9 +2358,13 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
Strict-Transport-Security was not found. This header should not be present on localhost.]]>
- X-XSS-Protection was found.]]>
+
+ X-XSS-Protection was found. It is recommended not to add this header to your website.
+ You can read about this on the Mozilla website ]]>
+
- X-XSS-Protection was not found.]]>
+ X-XSS-Protection was not found.]]>
+
diff --git a/src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml b/src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
index 5acf1b7abef1..67da5429bdb8 100644
--- a/src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
+++ b/src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
@@ -2461,7 +2461,9 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
Strict-Transport-Security was not found. This header should not be present on localhost.]]>
- X-XSS-Protection was found.]]>
+
+ X-XSS-Protection was found. It is recommended not to add this header to your website.
+ You can read about this on the Mozilla website ]]>
X-XSS-Protection was not found.]]>