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
849 stars 214 forks source link

Fix : Support xxx-large and medium css font-size values. #294

Closed subbudvk closed 8 months ago

subbudvk commented 10 months ago

xxx-large and medium are valid css font-size values.

https://developer.mozilla.org/en-US/docs/Web/CSS/font-size

This PR Fixes https://github.com/OWASP/java-html-sanitizer/issues/291

subbudvk commented 10 months ago

@jmanico @mikesamuel

Ashish-Singh-B commented 10 months ago

@jmanico @mikesamuel @subbudvk Thanks for the help guys, what are next steps to get this merged and published

Ashish-Singh-B commented 10 months ago

Hi @mikesamuel , can you please merge this small changes and release a new version, it seems there haven't been a new release for more than a year now, so it'll be great to have a new version with this changes