From 583a09260e5d21c5a2efb21c5495dcf07c9fd35a Mon Sep 17 00:00:00 2001 From: Jannik Anker Date: Thu, 18 Aug 2016 12:52:34 +0200 Subject: [PATCH 1/3] 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 +} From 2a1697b0a328b76dcfc2bf8ba072aaf24f43a7c7 Mon Sep 17 00:00:00 2001 From: Jannik Anker Date: Thu, 18 Aug 2016 12:55:37 +0200 Subject: [PATCH 2/3] Update en.xml --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index e07feb0549..89f3152438 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -1395,11 +1395,11 @@ To manage your website, simply open the Umbraco back office and start adding con %0%.]]> %0%. If they aren't being written to no action need be taken.]]> - X-Frame-Options used to control whether a site can be IFRAMed by another was found.]]> - X-Frame-Options used to control whether a site can be IFRAMed by another was not found.]]> + X-Frame-Options used to control whether a site can be IFRAMEd by another was found.]]> + X-Frame-Options used to control whether a site can be IFRAMEd by another was not found.]]> Set Header in Config - Adds a value to the httpProtocol/customHeaders section of web.config to prevent the site being IFRAMed by other websites. - A setting to create a header preventing IFRAMing of the site by other websites has been added to your web.config file. + Adds a value to the httpProtocol/customHeaders section of web.config to prevent the site being IFRAMEd by other websites. + A setting to create a header preventing IFRAMEing of the site by other websites has been added to your web.config file. Could not update web.config file. Error: %0%