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 f4c3016 commit 79f1f0fCopy full SHA for 79f1f0f
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