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
What happened:
We use the banner to post messages to customers, and sometimes these messages include links using the <a> tag. Currently, the <a> tag cannot be used within the banner, so we would like to fix this issue.
What you expected to happen:
Exclude the <a> tag from sanitization.
How to reproduce it:
Use the <a> tag in the message displayed on the banner.
The text was updated successfully, but these errors were encountered:
What happened:
We use the banner to post messages to customers, and sometimes these messages include links using the
<a>
tag. Currently, the<a>
tag cannot be used within the banner, so we would like to fix this issue.What you expected to happen:
Exclude the
<a>
tag from sanitization.How to reproduce it:
Use the
<a>
tag in the message displayed on the banner.The text was updated successfully, but these errors were encountered: