Post-merge

This commit is contained in:
Stephan
2018-07-31 14:51:56 +02:00
parent 2c66cdc102
commit f0241a91b2

View File

@@ -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;