mirror of https://github.com/python/cpython.git
#5301: re-add image/vnd.microsoft.icon per discussion
We concluded that adding registered mimetypes present in most systems' mime databases can be considered a bug fix.
This commit is contained in:
parent
48a88953cc
commit
4922a46e1a
|
@ -432,6 +432,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