You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are using htmlsanitizer in an example like below, everything after left angle bracket is being removed. But we need to keep the emails in the text. How do we handle these scenarios?
Team,
When we are using htmlsanitizer in an example like below, everything after left angle bracket is being removed. But we need to keep the emails in the text. How do we handle these scenarios?
Example :
testuser <[email protected]> custom notes to user
When we use sanitizer, everything is being cleaned up in the above example except first word "testuser".
The text was updated successfully, but these errors were encountered: