[downloader:http] add more MIME types for '.bmp' files (#621)
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user