]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add "image/vnd.dwg" CT for "dwg" 2128/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Wed, 28 Mar 2018 13:32:25 +0000 (13:32 +0000)
committerGitHub <noreply@github.com>
Wed, 28 Mar 2018 13:32:25 +0000 (13:32 +0000)
src/plugins/lua/mime_types.lua

index af4075a20bab2c34b03206e34a84cd11ee96ef7d..98678d2977d6eb6341cfc91d440ef3ea613714d6 100644 (file)
@@ -319,7 +319,7 @@ local full_extensions_map = {
   {"dv", "video/x-dv"},
   {"dvi", "application/x-dvi"},
   {"dwf", "drawing/x-dwf"},
-  {"dwg", "application/acad"},
+  {"dwg", {"application/acad", "image/vnd.dwg"}},
   {"dwp", "application/octet-stream"},
   {"dxf", "application/x-dxf" },
   {"dxr", "application/x-director"},