mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
f7540aa52f
Mozilla Thunderbird email client add links into HTML as follows: `<p>The link: <a class="moz-txt-link-freetext" href="https://google.com">https://google.com</a></p>` Current filtering rules strip out the link, leaving only `<p>The link: </p>`. Properly strip only unnecessary information: quote prefix, signature, forwarded message header.