24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

mod_http_upload: Add MIME type for M4A files

This commit is contained in:
Holger Weiss 2018-04-24 18:16:16 +02:00
parent 3df919244c
commit f3795e9d03

View File

@ -43,6 +43,7 @@
{<<".gz">>, <<"application/x-gzip">>}, {<<".gz">>, <<"application/x-gzip">>},
{<<".jpeg">>, <<"image/jpeg">>}, {<<".jpeg">>, <<"image/jpeg">>},
{<<".jpg">>, <<"image/jpeg">>}, {<<".jpg">>, <<"image/jpeg">>},
{<<".m4a">>, <<"audio/mp4">>},
{<<".mp3">>, <<"audio/mpeg">>}, {<<".mp3">>, <<"audio/mpeg">>},
{<<".mp4">>, <<"video/mp4">>}, {<<".mp4">>, <<"video/mp4">>},
{<<".mpeg">>, <<"video/mpeg">>}, {<<".mpeg">>, <<"video/mpeg">>},