Aug 21 - MT22 logo seam fix

This commit is contained in:
2026-08-21 09:19:42 -04:00
parent 54a4a44bae
commit 6371b13c13
7 changed files with 352 additions and 21 deletions
+4
View File
@@ -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',
}