From 0a00be7cfe1dfcf45da982e584a2f1e51bd0b348 Mon Sep 17 00:00:00 2001 From: AndyButland Date: Mon, 13 Jun 2016 20:48:37 +0200 Subject: [PATCH] Set fixed value for click-jacking protection to sameorigin instead of deny --- src/Umbraco.Web.UI/umbraco/config/lang/en.xml | 4 ++-- src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml | 4 ++-- .../HealthCheck/Checks/Security/ClickJackingCheck.cs | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index 72a7289121..85d32675f8 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -1355,8 +1355,8 @@ To manage your website, simply open the Umbraco back office and start adding con 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 - Added a value to the httpProtocol/customHeaders section of web.config to prevent the site being IFRAMed. - A setting to create a header preventing IFRAMing of the site 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 IFRAMing of the site by other websites has been added to your web.config file. Could not update web.config file. Error: %0%