From 5f6fc1bab4f547ba49549eec62e9c1943ac17c63 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 2 Sep 2025 06:03:11 +0200 Subject: [PATCH] Fix #10846 --- config/firefly.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/firefly.php b/config/firefly.php index fa4f84c25e..9aa848308e 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -232,6 +232,13 @@ return [ 'image/png', 'image/heic', 'image/heic-sequence', + 'image/webp', + 'image/gif', + 'image/tiff', + 'image/bmp', + 'image/x-icon', + 'image/vnd.microsoft.icon', + // PDF 'application/pdf',