Add ICO mimetype

This commit is contained in:
René Linder 2024-03-13 09:24:00 +01:00
parent 7b315bcc25
commit a9595720c6
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Procedure.s mimetype(file.s)
ProcedureReturn "application/vnd.ms-excel"
Case "ppt"
ProcedureReturn "application/vnd.ms-powerpoint"
Case "ico"
ProcedureReturn "image/vnd.microsoft.icon"
Case "png"
ProcedureReturn "image/png"
Case "gif"