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.
2 parents f4c3016 + 79f1f0f commit 7d5fd97Copy full SHA for 7d5fd97
src/ApacheMimetypeHelper.php
@@ -113,6 +113,7 @@ public function getMimetypeFromExtension($extension)
113
'ttf' => 'application/x-font-ttf',
114
'txt' => 'text/plain',
115
'wav' => 'audio/x-wav',
116
+ 'webp' => 'image/webp',
117
'webm' => 'video/webm',
118
'wma' => 'audio/x-ms-wma',
119
'wmv' => 'video/x-ms-wmv',
0 commit comments