Skip to content
Snippets Groups Projects
Commit b078bec0 authored by catch's avatar catch
Browse files

Issue #3362088 by Lukas von Blarer, mondrake, Berdir: ExtensionMimeTypeGuesser...

Issue #3362088 by Lukas von Blarer, mondrake, Berdir: ExtensionMimeTypeGuesser doesn't support .avif
parent 8a9dce4b
No related branches found
No related tags found
No related merge requests found
...@@ -281,6 +281,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface { ...@@ -281,6 +281,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface {
251 => 'chemical/x-vmd', 251 => 'chemical/x-vmd',
252 => 'chemical/x-xtel', 252 => 'chemical/x-xtel',
253 => 'chemical/x-xyz', 253 => 'chemical/x-xyz',
362 => 'image/avif',
254 => 'image/gif', 254 => 'image/gif',
255 => 'image/ief', 255 => 'image/ief',
256 => 'image/jpeg', 256 => 'image/jpeg',
...@@ -864,6 +865,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface { ...@@ -864,6 +865,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface {
'mjs' => 132, 'mjs' => 132,
'aac' => 360, 'aac' => 360,
'json' => 361, 'json' => 361,
'avif' => 362,
], ],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment