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

Issue #3331323 by Anas_maw, Yasser Samman: JSON mime type guesser returning...

Issue #3331323 by Anas_maw, Yasser Samman: JSON mime type guesser returning application/octet-stream
parent 4e655558
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface {
343 => 'x-conference/x-cooltalk',
344 => 'x-epoc/x-sisx-app',
345 => 'x-world/x-vrml',
361 => 'application/json',
],
// Extensions added to this list MUST be lower-case.
......@@ -862,6 +863,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface {
'gz' => 359,
'mjs' => 132,
'aac' => 360,
'json' => 361,
],
];
......
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