moves attribute

This commit is contained in:
Shannon
2016-03-16 14:52:40 +01:00
parent f93fee28dd
commit 5230f55f44
2 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,7 @@ namespace Umbraco.Web.Editors
/// methods that are not called by Angular or don't contain a valid csrf header will NOT work.
/// </remarks>
[ValidateAngularAntiForgeryToken]
[AngularJsonOnlyConfiguration]
[DisableBrowserCache]
[AngularJsonOnlyConfiguration]
public abstract class UmbracoAuthorizedJsonController : UmbracoAuthorizedApiController
{
protected UmbracoAuthorizedJsonController()

View File

@@ -18,6 +18,7 @@ namespace Umbraco.Web.WebApi
[IsBackOffice]
[UmbracoUserTimeoutFilter]
[UmbracoAuthorize]
[DisableBrowserCache]
public abstract class UmbracoAuthorizedApiController : UmbracoApiController
{
protected UmbracoAuthorizedApiController()