Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sandbox: disable escaping when rendering as text/plain, bcosca/fatfre…
- Loading branch information
f7b934f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At first I thought this would break old apps that are using
null
(although relying ontext/html
escaping) as$mime
argument. 👍