Kaydet (Commit) ede15733 authored tarafından Nitish Chandra's avatar Nitish Chandra Kaydeden (comit) R. David Murray

bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)

Per rfc7903 this is the standard MIME type for this file format, and appears as such in the IANA MIME registry.
üst 11cc2894
......@@ -410,7 +410,7 @@ def _default_mime_types():
'.bat' : 'text/plain',
'.bcpio' : 'application/x-bcpio',
'.bin' : 'application/octet-stream',
'.bmp' : 'image/x-ms-bmp',
'.bmp' : 'image/bmp',
'.c' : 'text/plain',
'.cdf' : 'application/x-netcdf',
'.cpio' : 'application/x-cpio',
......
Changed MIME type of .bmp from 'image/x-ms-bmp' to 'image/bmp'
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