v9: Remove install endpoint as valid endpoint (#11710)

* Remove installer endpoint from valid candidates

* Removed unrelevant change
This commit is contained in:
Nikolaj Geisle
2021-12-02 10:01:23 +01:00
committed by Mole
parent 249d87297d
commit 6c5851f556
3 changed files with 23 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ using Umbraco.Cms.Core.Security;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.WebAssets;
using Umbraco.Cms.Infrastructure.Install;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Cms.Web.Common.Filters;
using Umbraco.Extensions;
@@ -101,6 +102,7 @@ namespace Umbraco.Cms.Web.BackOffice.Install
/// </summary>
/// <returns></returns>
[HttpGet]
[IgnoreFromNotFoundSelectorPolicy]
public ActionResult Redirect()
{
var uri = HttpContext.Request.GetEncodedUrl();