mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Merge remote-tracking branch 'processone/pr/899'
* processone/pr/899: mod_http_upload: Use application/octet-stream instead of text/html for security reasons
This commit is contained in:
commit
3e1425b905
@ -43,7 +43,6 @@
|
|||||||
{<<".bz2">>, <<"application/x-bzip2">>},
|
{<<".bz2">>, <<"application/x-bzip2">>},
|
||||||
{<<".gif">>, <<"image/gif">>},
|
{<<".gif">>, <<"image/gif">>},
|
||||||
{<<".gz">>, <<"application/x-gzip">>},
|
{<<".gz">>, <<"application/x-gzip">>},
|
||||||
{<<".html">>, <<"text/html">>},
|
|
||||||
{<<".jpeg">>, <<"image/jpeg">>},
|
{<<".jpeg">>, <<"image/jpeg">>},
|
||||||
{<<".jpg">>, <<"image/jpeg">>},
|
{<<".jpg">>, <<"image/jpeg">>},
|
||||||
{<<".mp3">>, <<"audio/mpeg">>},
|
{<<".mp3">>, <<"audio/mpeg">>},
|
||||||
|
Loading…
Reference in New Issue
Block a user