microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS

Home Page:https://github.com/microcosm-cc/bluemonday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when using & and amp in url

aimustaev opened this issue · comments

Hi! thanks for the great tool!
However, we started using it and noticed this error, example:
https://www.google.com/some-url/?c=1&amp=3 => https://www.google.com/some-url/?c=1&amp ;=3, that is, in the query parameters we have left: c=1&=3