diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-11 14:32:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 14:32:00 +0100 |
commit | 250119fd00a59a9e90ffe3336324a68f1c3407f6 (patch) | |
tree | 4ab2a1557e5b2dcd6142923c775cb60a956f729e | |
parent | 5c54ca768bef91fbf0978077d0255698034b9480 (diff) | |
parent | f4d44ad549552af244d613190354d583761d2e76 (diff) | |
download | rspamd-250119fd00a59a9e90ffe3336324a68f1c3407f6.tar.gz rspamd-250119fd00a59a9e90ffe3336324a68f1c3407f6.zip |
Merge pull request #3331 from moisseev/patch-3
[Minor] Add image/x-ms-bmp CT
-rw-r--r-- | lualib/lua_mime.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua index 6d8d75b9b..0dfeafd60 100644 --- a/lualib/lua_mime.lua +++ b/lualib/lua_mime.lua @@ -309,7 +309,7 @@ exports.full_extensions_map = { {"bas", "text/plain"}, {"bcpio", "application/x-bcpio"}, {"bin", "application/octet-stream"}, - {"bmp", "image/bmp"}, + {"bmp", {"image/bmp", "image/x-ms-bmp"}}, {"c", "text/plain"}, {"cab", "application/octet-stream"}, {"caf", "audio/x-caf"}, |