[downloader:http] add more MIME types for '.bmp' files (#621)

This commit is contained in:
Mike Fährmann
2020-02-23 16:49:57 +01:00
parent 4e361b3008
commit 380b693fad

View File

@@ -231,6 +231,8 @@ MIMETYPE_MAP = {
"image/png": "png",
"image/gif": "gif",
"image/bmp": "bmp",
"image/x-bmp": "bmp",
"image/x-ms-bmp": "bmp",
"image/webp": "webp",
"image/svg+xml": "svg",