We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5599eb0 commit be0e362Copy full SHA for be0e362
src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php
@@ -655,6 +655,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
655
'chemical/x-csml' => 'csml',
656
'chemical/x-xyz' => 'xyz',
657
'image/bmp' => 'bmp',
658
+ 'image/x-ms-bmp' => 'bmp',
659
'image/cgm' => 'cgm',
660
'image/g3fax' => 'g3',
661
'image/gif' => 'gif',
0 commit comments