DOMPurify v2.1.0 Release Notes

Release Date: 2020-09-23 // over 3 years ago
    • 🛠 Fixed several possible mXSS patterns, thanks @hackvertor
    • Removed the SAFE_FOR_JQUERY flag (we are safe by default now for jQuery)
    • ✂ Removed several now useless mXSS checks
    • ⚡️ Updated the mXSS check for elements
    • ⚡️ Updated test cases to cover new sanitization strategy
    • ⚡️ Updated test website to use newer jQuery
    • ⚡️ Updated array of tested browsers and removed legacy browsers
    • ➕ Added "auto convert" checkbox to test website, thanks @hackvertor