From d800a01e332368a98da8ffb7fff1fbc2e3c319aa Mon Sep 17 00:00:00 2001 From: jreyesr Date: Thu, 9 Oct 2025 15:40:07 -0500 Subject: [PATCH] Add XML mimetypes to the allowedMimes list Signed-off-by: jreyesr --- config/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/firefly.php b/config/firefly.php index e11aabd870..3952957ac6 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -225,6 +225,8 @@ return [ // plain files 'text/plain', 'text/html', + 'text/xml', + 'application/xml', // images 'image/jpeg',