OWASP / java-html-sanitizer

Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
Other
843 stars 213 forks source link

Fixed allowAtributes("style").globally() #218

Closed aakritisi closed 3 years ago

aakritisi commented 3 years ago

Fixed #179

mikesamuel commented 3 years ago

Thanks for the patch. Please add a unit test that demonstrates the problem.

aakritisi commented 3 years ago

Unit test added.