mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-04 23:54:06 +00:00

In some environments (at least on my own machine), TiddlyWiki detects zip files as type `"application/x-zip-compressed"` instead of `"application/zip"`. This commit adds support for zip files with type `"application/x-zip-compressed"` so that they are encoded in `"base64"` like other zip files with type `"application/zip"`.