Aug 21 - MT22 logo seam fix
This commit is contained in:
@@ -155,6 +155,10 @@ class LocalBackend:
|
||||
_CONTENT_TYPES = {
|
||||
'jpg': 'image/jpeg', 'jpeg': 'image/jpeg',
|
||||
'png': 'image/png', 'gif': 'image/gif',
|
||||
# MT-22: logos accept these two as well. Without an entry here they would
|
||||
# be stored as application/octet-stream, which a presigned <img> GET may
|
||||
# refuse to render.
|
||||
'webp': 'image/webp', 'svg': 'image/svg+xml',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user