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.12k stars 176 forks source link

Base64 data URIs with linebreaks #123

Closed KN4CK3R closed 3 years ago

KN4CK3R commented 3 years ago

Remove linebreaks from base64 encoded data uris.

fixes #122

buro9 commented 3 years ago

LGTM