Commit 24066ce2 authored by Éric Araujo's avatar Éric Araujo

Revert commit that was not a bugfix (#5301).

I won’t revert in 3.2, since Georg pulled this change in 3.2.2 and
released it.
parent bd21722c
...@@ -432,7 +432,6 @@ def _default_mime_types(): ...@@ -432,7 +432,6 @@ 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