You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
It would be nice if there was an option to force decompression of gzipped responses.
Example URL and its response:
http://ftp.nl.debian.org/debian/dists/jessie/contrib/Contents-amd64.gz
Forcing a
Content-Encoding: gzipresponse header could help (in addition to settingContent-Type: text/plain).This feature was also requested in a Review for Open in Browser by megabyte.
Firefox issue that could affect a possible implementation: Bug 52282 - (ftp:// or file://) suffixes like (.gz) are Content-Encoding (not Content-Type) [decode and display .gz file]