We've noticed that the Sparkle release notes are not rendered properly if HTML is provided in the omaha-server Release Notes field (issue here.)
Example of an appcast.xml:
<description>
<![CDATA[
Brave Browser version: 81.1.9.80 <a href="https://github.com/brave/brave-browser/blob/master/CHANGELOG.md">Brave Changelog</a>
]]>
</description>
If HTML or a URL is provided in the release notes field, it should be passed into Sparkle without escape characters.
One such solution recommended by @mherrmann might be to use the Django safe template filter in the Sparkle appcast template here.
We've noticed that the Sparkle release notes are not rendered properly if HTML is provided in the omaha-server Release Notes field (issue here.)
Example of an appcast.xml:
If HTML or a URL is provided in the release notes field, it should be passed into Sparkle without escape characters.
One such solution recommended by @mherrmann might be to use the Django
safetemplate filter in the Sparkle appcast template here.