Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
Conflicts: src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/EmptyTemplate.cshtml src/Umbraco.Web.UI/umbraco/dialogs/protectPage.aspx src/Umbraco.Web/Umbraco.Web.csproj src/Umbraco.Web/UmbracoModule.cs src/Umbraco.Web/WebApi/UmbracoAuthorizedApiController.cs
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Umbraco.Web
|
||||
internal static bool ShouldAuthenticateRequest(HttpRequestBase request, Uri originalRequestUrl)
|
||||
{
|
||||
if (//check back office
|
||||
request.Url.IsBackOfficeRequest()
|
||||
request.Url.IsBackOfficeRequest(HttpRuntime.AppDomainAppVirtualPath)
|
||||
//check installer
|
||||
|| request.Url.IsInstallerRequest()
|
||||
//detect in preview
|
||||
|
||||
Reference in New Issue
Block a user