From 583a09260e5d21c5a2efb21c5495dcf07c9fd35a Mon Sep 17 00:00:00 2001 From: Jannik Anker Date: Thu, 18 Aug 2016 12:52:34 +0200 Subject: [PATCH] Update ClickJackingCheck.cs --- .../HealthCheck/Checks/Security/ClickJackingCheck.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs b/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs index 2a57b4be0a..6417d8979a 100644 --- a/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs +++ b/src/Umbraco.Web/HealthCheck/Checks/Security/ClickJackingCheck.cs @@ -14,7 +14,7 @@ namespace Umbraco.Web.HealthCheck.Checks.Security [HealthCheck( "ED0D7E40-971E-4BE8-AB6D-8CC5D0A6A5B0", "Click-Jacking Protection", - Description = "Checks if your site is allowed to be IFRAMed by another site and thus would be susceptible to click-jacking.", + Description = "Checks if your site is allowed to be IFRAMEd by another site and thus would be susceptible to click-jacking.", Group = "Security")] public class ClickJackingCheck : HealthCheck { @@ -211,4 +211,4 @@ namespace Umbraco.Web.HealthCheck.Checks.Security } } } -} \ No newline at end of file +}