Commit f02f5e5c authored by Henk-Jaap Wagenaar's avatar Henk-Jaap Wagenaar Committed by Andrew Svetlov

bpo-31867: Remove duplicates in default mimetypes. (#4388)

parent f2ddc6ac
......@@ -412,8 +412,6 @@ def _default_mime_types():
'.bin' : 'application/octet-stream',
'.bmp' : 'image/x-ms-bmp',
'.c' : 'text/plain',
# Duplicates :(
'.cdf' : 'application/x-cdf',
'.cdf' : 'application/x-netcdf',
'.cpio' : 'application/x-cpio',
'.csh' : 'application/x-csh',
......@@ -522,8 +520,6 @@ def _default_mime_types():
'.wsdl' : 'application/xml',
'.xbm' : 'image/x-xbitmap',
'.xlb' : 'application/vnd.ms-excel',
# Duplicates :(
'.xls' : 'application/excel',
'.xls' : 'application/vnd.ms-excel',
'.xml' : 'text/xml',
'.xpdl' : 'application/xml',
......
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