retoor 4bdfb4ec0b feat: add content type detection and validation for uploaded media files
Implement a new content type analyzer that inspects file headers and metadata to determine the actual media type, with fallback validation against declared MIME types. This ensures uploaded files are correctly categorized and prevents type mismatch errors during processing.
2025-01-27 22:56:59 +00:00
S
Description
Base for my applications. Contains a web server with built in database. Web server supports sessions, basic auth and db endpoints out of the box. Based on aiohttp. Can also be used for non-http applications.
1.3 MiB
Languages
Python 98.1%
Makefile 1.9%