The Apply button in the "Add folder" window in the Media Manager should add a new folder
An error occurs: "The file type used is blocked for security reasons."
Add folder in media manager
413
I think this happens after the update "Build 413 - Security fixes for Media Manager and Asset Manager". First, it checks for a valid file type, but if it's a folder, it doesn't have an extension and is therefore not included in the list of defaultExtensions
Same here !
Same problem on my end!
Problem line: https://github.com/octobercms/october/blob/master/modules/cms/widgets/MediaManager.php#L355
I'll let @daftspunk know about it and we'll probably have a fix by end of day today. Thanks for catching this!
@LukeTowers thanks for the speedy response!
Fixed in Build 414+ (9df40c07b83b4b53eed0f784a61dd73f52d416b2)
Most helpful comment
Problem line: https://github.com/octobercms/october/blob/master/modules/cms/widgets/MediaManager.php#L355
I'll let @daftspunk know about it and we'll probably have a fix by end of day today. Thanks for catching this!