diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-01-11 12:38:51 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-01-11 12:38:51 +0100 |
commit | 3e1425b9058456dc2433ad3c14e503c684012bbe (patch) | |
tree | 29a300dea7a39be955872cf66d18c0736336736d | |
parent | Do not fail on incorrect data coming from SQL (898) (diff) | |
parent | mod_http_upload: Use application/octet-stream instead of text/html for securi... (diff) |
Merge remote-tracking branch 'processone/pr/899'
* processone/pr/899:
mod_http_upload: Use application/octet-stream instead of text/html for security reasons
-rw-r--r-- | src/mod_http_upload.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl index 7aa28b6e1..077ca0f49 100644 --- a/src/mod_http_upload.erl +++ b/src/mod_http_upload.erl @@ -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">>}, |