Skip to content

Adding "application/zstd" mimetype

Domenico Panella requested to merge dom/ark:zstd_plugin into master

I sometimes need to open with Ark some zstd archives but for some reasons it didn't work. After debug, I have seen that the mimetype from content for these archives is not "application/x-zstd-compressed-tar" (which is supported) but "application/zstd" instead which is not currently supported. This small patch fixes it.

Merge request reports