This commit is contained in:
Bjarke Berg
2020-05-18 12:40:01 +02:00
parent 0cfd40747c
commit 52035c043d
2 changed files with 5 additions and 5 deletions

View File

@@ -14,13 +14,13 @@ namespace Umbraco.Web.BackOffice.Controllers
/// before their timeout expires.
/// </remarks>
[IsBackOffice]
[UmbracoUserTimeoutFilter]
//[UmbracoUserTimeoutFilter] //TODO reintroduce
[UmbracoAuthorize]
[DisableBrowserCache]
[UmbracoWebApiRequireHttps]
[CheckIfUserTicketDataIsStale]
[UnhandedExceptionLoggerConfiguration]
[EnableDetailedErrors]
//[CheckIfUserTicketDataIsStale] //TODO reintroduce
//[UnhandedExceptionLoggerConfiguration] //TODO reintroduce
//[EnableDetailedErrors] //TODO reintroduce
public abstract class UmbracoAuthorizedApiController : UmbracoApiController
{