From af29f614786a4eec91b1af7c7b18fa77e11d4360 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 29 Nov 2013 11:10:25 +1100 Subject: [PATCH] Fixes csrf issue --- .../config/ClientDependency.config | 2 +- src/Umbraco.Web.UI/install/Default.aspx.cs | 4 +++- src/Umbraco.Web.UI/umbraco/logout.aspx | 17 +++----------- src/Umbraco.Web.UI/umbraco/umbraco.aspx | 13 +++++++---- .../Application/UmbracoApplicationActions.js | 21 +++++++++++------ .../UI/Pages/UmbracoEnsuredPage.cs | 4 ++-- .../install/LegacyClasses.cs | 2 +- .../umbraco/logout.aspx.cs | 23 ++++++++++++++----- .../BasePages/BasePage.cs | 12 ++++++++++ .../BasePages/UmbracoEnsuredPage.cs | 4 ++-- src/umbraco.cms/Actions/ActionQuit.cs | 1 + 11 files changed, 65 insertions(+), 38 deletions(-) diff --git a/src/Umbraco.Web.UI/config/ClientDependency.config b/src/Umbraco.Web.UI/config/ClientDependency.config index a95c67b06d..3b80c0d7dd 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.config @@ -10,7 +10,7 @@ NOTES: * Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * A new version will invalidate both client and server cache and create new persisted files --> - +