HTML sanitization: Difference between revisions

Content deleted Content added
m rv test edit
Kskcio (talk | contribs)
No edit summary
Line 15:
 
In [[.NET Framework|.NET]], a number of sanitizers use the Html Agility Pack, an HTML parser.<ref>http://htmlagilitypack.codeplex.com/</ref><ref>http://eksith.wordpress.com/2011/06/14/whitelist-santize-htmlagilitypack/</ref><ref>https://github.com/Vereyon/HtmlRuleSanitizer</ref>
 
In [[JavaScript]] there are "JS-only" sanitizers for the [[Front_and_back_ends|back end]], and browser-based<ref>https://github.com/jitbit/HtmlSanitizer</ref> implementations that use browser's own DOM parser to parse the HTML (for better performance).
 
== See also ==