mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
mod_http_upload: Add MIME type for M4A files
This commit is contained in:
parent
3df919244c
commit
f3795e9d03
@ -43,6 +43,7 @@
|
||||
{<<".gz">>, <<"application/x-gzip">>},
|
||||
{<<".jpeg">>, <<"image/jpeg">>},
|
||||
{<<".jpg">>, <<"image/jpeg">>},
|
||||
{<<".m4a">>, <<"audio/mp4">>},
|
||||
{<<".mp3">>, <<"audio/mpeg">>},
|
||||
{<<".mp4">>, <<"video/mp4">>},
|
||||
{<<".mpeg">>, <<"video/mpeg">>},
|
||||
|
Loading…
Reference in New Issue
Block a user