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() {