Expand safe allowed inline files

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-03 20:13:57 +01:00
parent 3e9098907a
commit 62651f381c
+13 -7
View File
@@ -41,15 +41,21 @@ class StorageHelper
{
$allowed_inline = [
'pdf',
'svg',
'jpg',
'gif',
'svg',
'avif',
'webp',
'png',
'gif',
'gif',
'jpg',
'mov',
'mp3',
'mp4',
'ogg',
'pdf',
'png',
'svg',
'svg',
'wav',
'webm',
'webp',
];