"fix" incomplete MIME types (#632)

e-/exhentai's original image downloads currently send
incomplete/invalid Content-Type headers, "jpg" instead
of "image/jpg" etc, since the last update.
(https://forums.e-hentai.org/index.php?showtopic=236113)

This change prepends any Content-Type value missing a
media type specification with "image/", transforming it
into a valid MIME type.

(A global solution to a local problem, but it shouldn't
 cause any issues anywhere else)
This commit is contained in:
Mike Fährmann
2020-03-03 21:21:57 +01:00
parent 72122eb9b3
commit 115fd2c6f2
3 changed files with 6 additions and 1 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.13.1"
__version__ = "1.13.2-dev"