Frontmatter
| id | 4505 |
| title | main.DomEvents: onChange() => remove tags from TextArea inputs (XSS) |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 19, 2023, 11:20 AM |
| updatedAt | Jun 19, 2023, 11:21 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4505 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 19, 2023, 11:21 AM |
this will remove invalid content directly while typing. e.g. "<d" will remove the content right away.
@dztoprak