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
Not sure if it's helpful but we also faced a similar issue when we were working on Telegram. xss-js was sanitising tg://... links values too. We overrode safeAttrValue to solve this. Can reference #467 and here.
Describe the bug
In the email template, when you have the href as a keyword like
<a href="{{protectedlink}}">link</a>
, it gets sanitised into<a href>link</a>
.To Reproduce
Expected behavior
Should retain the keyword. This affects registered mail.
The text was updated successfully, but these errors were encountered: