Skip to content

Remove application/gzip and application/x-bzip2 MIME type registrations as tar archives

I am using the automatic uncompression feature of uploads. My files are uploaded in a gzip archive, and it looks like the untar handler is used to unzip bzip2 and gzip archives, which doesn't work.

This PR just deregisters the two MIME types.

Edited by Roberto Rosario

Merge request reports