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.16k stars 175 forks source link

Added src rewriter #179

Closed yyewolf closed 1 year ago

yyewolf commented 1 year ago

Allows for people to rewrite src tags. Useful to proxify request and anonymize a client's data for example. (How gmail rewrites them)