@tadano You can use undocumented limits.media.extra_supported_types configuration parameter. The value should be a YAML array of media types:
limits: media: extra_supported_types: - application/zip - application/x-zip-compressedBut be careful, some media types are not safe (for example text/html and image/svg+xml)