Mercurial > prosody-modules
diff mod_http_upload/README.markdown @ 2731:d48faff92490
mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Jul 2017 23:14:13 +0200 |
parents | d0948bd96a7b |
children | 7646f565c8ca |
line wrap: on
line diff
--- a/mod_http_upload/README.markdown Sun Jul 16 19:29:05 2017 +0100 +++ b/mod_http_upload/README.markdown Sat Jul 22 23:14:13 2017 +0200 @@ -55,14 +55,6 @@ http_upload_quota = 1234 -- bytes ``` -### File types - -Accepted file types can be limited by MIME type: - -``` lua -http_upload_allowed_file_types = { "image/*", "text/plain" } -``` - Path ----