We currently appear to mess up when a file is treated as a download instead of being displayed (perhaps due to a link with the download attribute, or a Content-Disposition: attachment header). Should be easy to fix.
We currently appear to mess up when a file is treated as a download instead of being displayed (perhaps due to a link with the [`download` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download), or a [`Content-Disposition: attachment`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition) header). Should be easy to fix.
We currently appear to mess up when a file is treated as a download instead of being displayed (perhaps due to a link with the
download
attribute, or aContent-Disposition: attachment
header). Should be easy to fix.