From 93f331b26741e0db1b286497d5b33b8c19c8b49a Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Wed, 27 Feb 2019 09:51:22 +0300 Subject: [PATCH] [Minor] Allow "application/x-msdownload" for "exe" files --- src/plugins/lua/mime_types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index bf2654676..98acd463f 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -334,7 +334,7 @@ local full_extensions_map = { {"etl", "application/etl"}, {"etx", "text/x-setext"}, {"evy", "application/envoy"}, - {"exe", "application/x-dosexec"}, + {"exe", {"application/x-dosexec", "application/x-msdownload"}}, {"exe.config", "text/xml"}, {"fdf", "application/vnd.fdf"}, {"fif", "application/fractals"}, -- 2.39.5