Skip to content

v1.9.5

Choose a tag to compare

@github-actions github-actions released this 12 Nov 06:38
· 7 commits to main since this release
7f9d353
Release 1.9.5

* Allow img tags and src/class attributes in HTML sanitizer

Updated HtmlSanitizerHelper to permit <img> tags and allow 'src' and 'class' attributes. Also clarified comments, ensured URI attributes include 'src', and improved post-processing for <a> tags to enforce rel policy. This enhances support for safe image embedding while maintaining XSS protection.

* Bump version to 1.9.5 in project file

Updated AssemblyVersion and FileVersion in CommonUtilities.csproj from 1.9.4 to 1.9.5 to prepare for a new release.