GetSafeHtmlFragment replacing all html tags
description
When we updated our AntiXss library to 4.2.1 we noticed that our GetSafeHtmlFragment was no longer working. Is it required that we now whitelist any html attributes that we need with the newest release ?
GetSafeHtmlFragment("<b>text</b>") returns only "text".
The version we were running prior to release was 4.0.0 which did not seem to require any such white listing of needed html attributes.
Thank you in advance for reviewing this issue.