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
If you create a code block (like XML) in the comments section of a card, the preview looks fine but the < and > tags are converted to < and > when the comment is saved.
For example
```xml
<foo> here is some XML code </foo>
```
The text was updated successfully, but these errors were encountered:
@daryl-o if the users added any script tag content like "<script>alert(0);</script>" , we strip the tags to prevent the execution and if the user adds " here is some XML code " , it strips the tags
If you create a code block (like XML) in the comments section of a card, the preview looks fine but the < and > tags are converted to < and > when the comment is saved.
For example
```xml
<foo> here is some XML code </foo>
```
The text was updated successfully, but these errors were encountered: