Bugfix in CheckIfUserTicketDataIsStaleAttribute

This commit is contained in:
Bjarke Berg
2020-09-15 10:13:05 +02:00
parent 4918841154
commit 9d91e629c6
2 changed files with 3 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ namespace Umbraco.Web.BackOffice.Controllers
[UmbracoAuthorize]
[DisableBrowserCache]
[UmbracoWebApiRequireHttps]
//[CheckIfUserTicketDataIsStale] //TODO reintroduce
[CheckIfUserTicketDataIsStale]
//[UnhandedExceptionLoggerConfiguration] //TODO reintroduce
//[EnableDetailedErrors] //TODO reintroduce
public abstract class UmbracoAuthorizedApiController : UmbracoApiController