Manually merge branch 'allyen-6.1.4-shibboleth' into 7.2.0
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Umbraco.Core.Profiling
|
||||
if (request.Success == false || request.Result.Url.IsClientSideRequest())
|
||||
return false;
|
||||
|
||||
if (string.IsNullOrEmpty(request.Result["umbDebug"]))
|
||||
if (string.IsNullOrEmpty(request.Result.QueryString["umbDebug"]))
|
||||
return true;
|
||||
|
||||
if (request.Result.Url.IsBackOfficeRequest(HttpRuntime.AppDomainAppVirtualPath))
|
||||
|
||||
Reference in New Issue
Block a user