Update ClickJackingCheck.cs

This commit is contained in:
Jannik Anker
2016-08-18 12:52:34 +02:00
committed by GitHub
parent f658613fad
commit 583a09260e

View File

@@ -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
}
}
}
}
}