Update ClickJackingCheck.cs
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user