mirror of
https://github.com/python/cpython.git
synced 2025-08-17 07:11:51 +00:00
#5301: add image/vnd.microsoft.icon (.ico) MIME type
This commit is contained in:
parent
b384356b9b
commit
a75039ad88
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ def _default_mime_types():
|
||||||
'.hdf' : 'application/x-hdf',
|
'.hdf' : 'application/x-hdf',
|
||||||
'.htm' : 'text/html',
|
'.htm' : 'text/html',
|
||||||
'.html' : 'text/html',
|
'.html' : 'text/html',
|
||||||
|
'.ico' : 'image/vnd.microsoft.icon',
|
||||||
'.ief' : 'image/ief',
|
'.ief' : 'image/ief',
|
||||||
'.jpe' : 'image/jpeg',
|
'.jpe' : 'image/jpeg',
|
||||||
'.jpeg' : 'image/jpeg',
|
'.jpeg' : 'image/jpeg',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue