Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable piping html to browser without scripts.
Many browsers (including chromium) require that files end in the '.html' extension in order to render them. See <https://bugs.chromium.org/p/chromium/issues/detail?id=777737>. When using `pipeto --format=mimepart --as_file`, on an html mime part, let's automatically set the file extension. This eliminates the need for additional user scripts referenced in issues such as #789 and #1153.
- Loading branch information