| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| HtmlSanitizer.9.2.995.snupkg | 2026-08-10 | 45.4 kB | |
| HtmlSanitizer.9.2.995.nupkg | 2026-08-10 | 145.8 kB | |
| 9.2.995 source code.tar.gz | 2026-08-10 | 430.4 kB | |
| 9.2.995 source code.zip | 2026-08-10 | 439.2 kB | |
| README.md | 2026-08-10 | 973 Bytes | |
| Totals: 5 Items | 1.1 MB | 1 | |
- AngleSharp dependency updated from 1.7.0 to 1.7.1 (4515e1f)
- Sanitization enhancements for URI attributes
- Added
citeandlongdescattributes to URL sanitization (e47862e) - Enhanced sanitization of
srcdoccontent and attributes holding URI lists (edb2633) - CSS/style handling improvements
- Added sanitization of CSS declarations in style elements with
type=""attribute (0592f1e) - Fixed sanitization of CSS
@font-faceand@importat-rules (1d33413) - Bug fixes
- Fixed resolved URI check validation (7f379ef)
- Fixed CSS variable-in-shorthand sanitization (b8e9844)
- Fixed issue [#629] (e0deb7b)
- Multiple SonarCloud code quality issues resolved (ec1e786, 2d95200)
- Test improvements
- Refactored test suite for style element sanitization (0592f1e)
- Improved performance of ThreadTest (0ab33ba)
- Documentation
- Added XML code usage examples for HtmlSanitizerOptions properties (#632)