#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:
R David Murray 2012-03-26 21:06:04 -04:00
parent 48a88953cc
commit 4922a46e1a
1 changed files with 1 additions and 0 deletions

View File

@ -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',