Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DOMPurify 3.2.7 source code.tar.gz | 2025-09-17 | 451.6 kB | |
DOMPurify 3.2.7 source code.zip | 2025-09-17 | 483.0 kB | |
README.md | 2025-09-17 | 586 Bytes | |
Totals: 3 Items | 935.2 kB | 3 |
- Added new attributes and elements to default allow-list, thanks @elrion018
- Added
tagName
parameter to custom elementattributeNameCheck
, thanks @nelstrom - Added better check for animated
href
attributes, thanks @llamakko - Updated and improved the bundled types, thanks @ssi02014
- Updated several tests to better align with new browser encoding behaviors
- Improved the handling of potentially risky content inside CDATA elements, thanks @securityMB & @terjanq
- Improved the regular expression for raw-text elements to cover textareas, thanks @securityMB & @terjanq