Skip to content

Commit

Permalink
Merge pull request #1 from edwardaa/webp_mimetype
Browse files Browse the repository at this point in the history
Support webp mime type
  • Loading branch information
rockuw committed Dec 11, 2015
2 parents c671535 + 44fc919 commit f0f537e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OSS/Core/MimeTypes.php
Expand Up @@ -241,6 +241,7 @@ public static function getMimetype($ext)
'vrml' => 'model/vrml',
'vxml' => 'application/voicexml+xml',
'webm' => 'video/webm',
'webp' => 'image/webp',
'wrl' => 'model/vrml',
'xht' => 'application/xhtml+xml',
'xhtml' => 'application/xhtml+xml',
Expand Down

0 comments on commit f0f537e

Please sign in to comment.