From 031be7b142ead033203689ce4e8dc906d329e43c Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sun, 3 Feb 2019 19:09:51 +0300 Subject: [PATCH] [Minor] Allow "application/vnd.ms-excel" for "csv" 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 6588edcbf..ab2484c34 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -287,7 +287,7 @@ local full_extensions_map = { {"csh", "application/x-csh"}, {"csproj", "text/plain"}, {"css", "text/css"}, - {"csv", {"text/csv", "text/plain"}}, + {"csv", {"application/vnd.ms-excel", "text/csv", "text/plain"}}, {"cur", "application/octet-stream"}, {"cxx", "text/plain"}, {"dat", {"application/octet-stream", "application/ms-tnef"}}, -- 2.39.5