microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
https://github.com/microcosm-cc/bluemonday
BSD 3-Clause "New" or "Revised" License
3.2k stars 175 forks source link

Fixed issue with default handler for font-family not validating correctly #87

Closed StevenGutzwiller closed 5 years ago

StevenGutzwiller commented 5 years ago

Found/fixed an issue with the default handler for the Font-Family css property not working properly in cases including dashes, or spaces when not inside quotes

grafana-dee commented 5 years ago

Thanks again :pray: