diff options
-rw-r--r-- | src/plugins/lua/mime_types.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 10f015bd6..c898540c0 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -336,7 +336,11 @@ local full_extensions_map = { {"etl", "application/etl"}, {"etx", "text/x-setext"}, {"evy", "application/envoy"}, - {"exe", {"application/x-dosexec", "application/x-msdownload"}}, + {"exe", { + "application/x-dosexec", + "application/x-msdownload", + "application/x-executable", + }}, {"exe.config", "text/xml"}, {"fdf", "application/vnd.fdf"}, {"fif", "application/fractals"}, |