25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

mod_http_upload: Use application/octet-stream instead of text/html for security reasons

This commit is contained in:
Matthias Rieber 2016-01-11 12:11:24 +01:00
parent 15245e9ec4
commit 0ad0fd2187

View File

@ -43,7 +43,6 @@
{<<".bz2">>, <<"application/x-bzip2">>},
{<<".gif">>, <<"image/gif">>},
{<<".gz">>, <<"application/x-gzip">>},
{<<".html">>, <<"text/html">>},
{<<".jpeg">>, <<"image/jpeg">>},
{<<".jpg">>, <<"image/jpeg">>},
{<<".mp3">>, <<"audio/mpeg">>},