Commit 83f7d347 authored by Sandro Tosi's avatar Sandro Tosi

#5301: add image/vnd.microsoft.icon (.ico) MIME type

parent 36aa372f
...@@ -425,6 +425,7 @@ def _default_mime_types(): ...@@ -425,6 +425,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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment