search for: webbugs

Displaying 1 result from an estimated 1 matches for "webbugs".

Did you mean: web_bugs
2011 Jul 29
0
HTML sanitization
...ugh HTML tags from input to output (except inside code blocks, of course) and then run a final HTML-sanitizing pass on the output string to ensure that it's well-formed and safe. This has the advantage of very minimal coupling, and it would handle e.g. `<img src="http://webbugs.example.com/">` the same way regardless of whether it was generated from `![ ](http://webbugs.example.com/)` or just included literally in the source; the disadvantages are that it may be even slower than the other alternatives (making an additional pass over markup whose w...