From e998d1c223b421d99653a246929cf9bf6c9f04e9 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 14 Jan 2025 14:37:34 +0200 Subject: [PATCH] [Minor] Add another acceptable mime type for icon --- lualib/lua_mime_types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.47.3