Skip to content

is HTML exported sanitized? #4534

Answered by ivailop7
toddteller asked this question in Q&A
May 23, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

While there are certainly some good practices like ignoring the 'script' tag when parsing the HTML:
and some limited URL sanitization.

For all intended purposes, in my understanding, the HTML is not sanitized. The core nodes do use safe tags, but given the flexibility the decorator node gives, it should be the user's responsibility for due diligence of the plugins you are adding in your editor.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ivailop7
Comment options

Answer selected by ivailop7
@reactuz
Comment options

@ys-oo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants