bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
BSD 3-Clause "New" or "Revised" License
3.2k
stars
175
forks
source link
TokenReader for pre-sanitization transformations #61
Open
jhillyerd opened 6 years ago
Allows a chain of TokenReaders to manipulate the
html.Token
stream prior to bluemonday sanitizing it.Closes #58