]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add another acceptable mime type for icon 5294/head
authorAndrew Lewis <nerf@judo.za.org>
Tue, 14 Jan 2025 12:37:34 +0000 (14:37 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 14 Jan 2025 12:37:34 +0000 (14:37 +0200)
lualib/lua_mime_types.lua

index ba55f97409029870ecd5ace7a9f4d5d7a444e736..7b6688b3ca7aeca16789f9dad32d016b5bb0cfc6 100644 (file)
@@ -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" },