1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-16 20:39:49 +02:00

[ticket/14771] add webm mime type

PHPBB3-14771
This commit is contained in:
Saeed Hubaishan 2020-06-17 22:21:12 +03:00 committed by Marc Alexander
parent 77f46656d2
commit 4bacbdd2a3
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -425,6 +425,7 @@ class extension_guesser extends guesser_base
'wb1' => 'application/x-qpro', 'wb1' => 'application/x-qpro',
'wbmp' => 'image/vnd.wap.wbmp', 'wbmp' => 'image/vnd.wap.wbmp',
'web' => 'application/vnd.xara', 'web' => 'application/vnd.xara',
'webm' => 'audio/webm',
'wiz' => 'application/msword', 'wiz' => 'application/msword',
'wk1' => 'application/x-123', 'wk1' => 'application/x-123',
'wmf' => 'windows/metafile', 'wmf' => 'windows/metafile',