Skip to content

Commit 24b2016

Browse files
authored
Add SVG mime type to the sniffer's safe list.
1 parent 2631026 commit 24b2016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Util/WebSafeMimeSniffer.php

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class WebSafeMimeSniffer
3333
'image/webp',
3434
'image/avif',
3535
'image/heic',
36+
'image/svg+xml',
3637
'text/css',
3738
'text/csv',
3839
'text/javascript',

0 commit comments

Comments
 (0)