[downloader:http] add MIME types for .psd files (closes #714)

pull/726/head
Mike Fährmann 4 years ago
parent fc3e54275b
commit 19a7afdd9b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -243,6 +243,10 @@ MIMETYPE_MAP = {
"image/webp": "webp",
"image/svg+xml": "svg",
"image/vnd.adobe.photoshop": "psd",
"image/x-photoshop": "psd",
"application/x-photoshop": "psd",
"video/webm": "webm",
"video/ogg": "ogg",
"video/mp4": "mp4",

Loading…
Cancel
Save