This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brma
Recipients brma
Date 2014-10-09.19:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412881216.57.0.175210358842.issue22589@psf.upfronthosting.co.za>
In-reply-to
Content
In the file mimetypes.py the mime type for bmp files should be image/bmp for IE8 and later. the problem is that if the content header for 'nosniff' is set, then the bmp file fails to display due to the incorrect mime type.
History
Date User Action Args
2014-10-09 19:00:16brmasetrecipients: + brma
2014-10-09 19:00:16brmasetmessageid: <1412881216.57.0.175210358842.issue22589@psf.upfronthosting.co.za>
2014-10-09 19:00:16brmalinkissue22589 messages
2014-10-09 19:00:16brmacreate