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 ivan2
Recipients DahlitzFlorian, ivan2, leecatball, methane, waicalibre, xtreak
Date 2021-07-28.21:55:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627509348.66.0.136110965004.issue38902@roundup.psfhosted.org>
In-reply-to
Content
Very uncomfortable to work with webp without it And webp is now pretty hyped due to Google's Core Web Vitals update. 
E.g. pretty popular Django Storages relies on python native mimetype module, so because of this bug it always sets default application/octet-stream to AWS headers, so in the end when users click Open Image on new tab they get webp downloaded 🤣🤣🤣
 

https://github.com/jschneier/django-storages/blob/6071ac3410ee6ecd498b5691f1b45d376374bffc/storages/backends/s3boto.py#L391
History
Date User Action Args
2021-07-28 21:55:48ivan2setrecipients: + ivan2, methane, DahlitzFlorian, xtreak, leecatball, waicalibre
2021-07-28 21:55:48ivan2setmessageid: <1627509348.66.0.136110965004.issue38902@roundup.psfhosted.org>
2021-07-28 21:55:48ivan2linkissue38902 messages
2021-07-28 21:55:48ivan2create