fix: correct mime type for noita log file, opus card status display

This commit is contained in:
2026-05-10 03:47:37 +02:00
parent 9662181d4d
commit 2264401a91
3 changed files with 96 additions and 34 deletions
-6
View File
@@ -203,12 +203,6 @@ def submit_log_file(request: HttpRequest, file: UploadedFile = File(...)):
allowed_types = [
"text/plain",
"text/x-log",
"image/jpeg",
"image/jpg",
"image/png",
"image/gif",
"video/mp4",
"video/webm",
]
if file.content_type not in allowed_types: