From a5c5a12a009f2309b6a6d2fd62705c247eafe69d Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 12 Sep 2019 12:07:57 +0100 Subject: [PATCH] Remove dupe Authz attribute --- src/Umbraco.Web/Editors/TinyMceController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web/Editors/TinyMceController.cs b/src/Umbraco.Web/Editors/TinyMceController.cs index 0951b88443..9bc6830491 100644 --- a/src/Umbraco.Web/Editors/TinyMceController.cs +++ b/src/Umbraco.Web/Editors/TinyMceController.cs @@ -35,7 +35,6 @@ namespace Umbraco.Web.Editors _contentTypeBaseServiceProvider = contentTypeBaseServiceProvider; } - [UmbracoApplicationAuthorize(Constants.Applications.Content)] [HttpPost] public async Task UploadImage() {