Merge pull request #11041 from jreyesr/patch-1

Add XML mimetypes to the allowedMimes list
This commit is contained in:
James Cole
2025-10-10 08:58:18 +02:00
committed by GitHub

View File

@@ -225,6 +225,8 @@ return [
// plain files
'text/plain',
'text/html',
'text/xml',
'application/xml',
// images
'image/jpeg',