Merge branch 'master' of github.com:mganss/HtmlSanitizer
This commit is contained in:
@@ -6,7 +6,7 @@ HtmlSanitizer
|
|||||||
[](https://coveralls.io/github/mganss/HtmlSanitizer?branch=master)
|
[](https://coveralls.io/github/mganss/HtmlSanitizer?branch=master)
|
||||||
|
|
||||||
HtmlSanitizer is a .NET library for cleaning HTML fragments from constructs that can lead to [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting).
|
HtmlSanitizer is a .NET library for cleaning HTML fragments from constructs that can lead to [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting).
|
||||||
It uses the excellent C# jQuery port [CsQuery](https://github.com/jamietre/CsQuery) to parse, manipulate, and render HTML and CSS.
|
It uses [AngleSharp](https://github.com/AngleSharp/AngleSharp) to parse, manipulate, and render HTML and CSS.
|
||||||
|
|
||||||
Because HtmlSanitizer is based on a robust HTML parser it can also shield you from deliberate or accidental
|
Because HtmlSanitizer is based on a robust HTML parser it can also shield you from deliberate or accidental
|
||||||
"tag poisoning" where invalid HTML in one fragment can corrupt the whole document leading to broken layout or style.
|
"tag poisoning" where invalid HTML in one fragment can corrupt the whole document leading to broken layout or style.
|
||||||
|
|||||||
Reference in New Issue
Block a user