Download from nuget or theMicrosoft Download Center
This issue finally addresses the over zealous behaviour of the HTML Sanitizer which should now function as expected once again.HTML encoding has been changed to safelist a few more characters for webforms compatibility.
This will be the last version of AntiXSS that contains a sanitizer. Any new releases will be encoding libraries only.
We recommend you explore other sanitizer options, for example
- AntiSamy https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project_.NET
- using the HTML Agility Pack to roll your own https://htmlagilitypack.codeplex.com/
- switch to MarkDown and use a .NET parser such as MarkDownSharp https://code.google.com/p/markdownsharp/