mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Merge pull request #404 from Ruin0x11/bmp-support
Support BMP format uploads
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
'image/jpeg': 'JPEG',
|
||||
'image/png': 'PNG',
|
||||
'image/webp': 'WEBP',
|
||||
'image/bmp': 'BMP',
|
||||
'video/webm': 'WEBM',
|
||||
'video/mp4': 'MPEG-4',
|
||||
'application/x-shockwave-flash': 'SWF',
|
||||
|
@ -9,6 +9,7 @@
|
||||
'image/jpeg': 'JPEG',
|
||||
'image/png': 'PNG',
|
||||
'image/webp': 'WEBP',
|
||||
'image/bmp': 'BMP',
|
||||
'video/webm': 'WEBM',
|
||||
'video/mp4': 'MPEG-4',
|
||||
'application/x-shockwave-flash': 'SWF',
|
||||
|
Reference in New Issue
Block a user