From f0241a91b2bdb57cd2bb84400e4c34687f8a651e Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 31 Jul 2018 14:51:56 +0200 Subject: [PATCH] Post-merge --- src/Umbraco.Web/UmbracoInjectedModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/UmbracoInjectedModule.cs b/src/Umbraco.Web/UmbracoInjectedModule.cs index 2a85851e99..84a5e98102 100644 --- a/src/Umbraco.Web/UmbracoInjectedModule.cs +++ b/src/Umbraco.Web/UmbracoInjectedModule.cs @@ -489,7 +489,7 @@ namespace Umbraco.Web //disable asp.net headers (security) // This is the correct place to modify headers according to MS: - // https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/65241-Heap-error-from-header-manipulation?p=0#comment220889 + // https://our.umbraco.com/forum/umbraco-7/using-umbraco-7/65241-Heap-error-from-header-manipulation?p=0#comment220889 app.PostReleaseRequestState += (sender, args) => { var httpContext = ((HttpApplication) sender).Context;