#5301: add image/vnd.microsoft.icon (.ico) MIME type
This commit is contained in:
parent
dc42beb55e
commit
d318293295
|
@ -425,6 +425,7 @@ def _default_mime_types():
|
|||
'.hdf' : 'application/x-hdf',
|
||||
'.htm' : 'text/html',
|
||||
'.html' : 'text/html',
|
||||
'.ico' : 'image/vnd.microsoft.icon',
|
||||
'.ief' : 'image/ief',
|
||||
'.jpe' : 'image/jpeg',
|
||||
'.jpeg' : 'image/jpeg',
|
||||
|
|
Loading…
Reference in New Issue