mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
#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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue