From: Andrew Lewis Date: Tue, 14 Jan 2025 12:37:34 +0000 (+0200) Subject: [Minor] Add another acceptable mime type for icon X-Git-Tag: 3.11.1~41^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5294%2Fhead;p=thirdparty%2Frspamd.git [Minor] Add another acceptable mime type for icon --- diff --git a/lualib/lua_mime_types.lua b/lualib/lua_mime_types.lua index ba55f97409..7b6688b3ca 100644 --- a/lualib/lua_mime_types.lua +++ b/lualib/lua_mime_types.lua @@ -214,7 +214,7 @@ exports.full_extensions_map = { { "hxw", "application/octet-stream" }, { "hxx", "text/plain" }, { "i", "text/plain" }, - { "ico", "image/x-icon" }, + { "ico", {"image/x-icon", "image/vnd.microsoft.icon"} }, { "ics", { "text/calendar", "application/ics", "application/octet-stream" } }, { "idl", "text/plain" }, { "ief", "image/ief" },