Add XML mimetypes to the allowedMimes list

Signed-off-by: jreyesr <jreyesr@users.noreply.github.com>
This commit is contained in:
jreyesr
2025-10-09 15:40:07 -05:00
committed by GitHub
parent d4978a09ee
commit d800a01e33

View File

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