mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
#5301: add image/vnd.microsoft.icon (.ico) MIME type
This commit is contained in:
parent
36aa372f55
commit
83f7d347d5
@ -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
Block a user