is HTML exported sanitized? #4534
Answered
by
ivailop7
toddteller
asked this question in
Q&A
-
The html got from |
Beta Was this translation helpful? Give feedback.
Answered by
ivailop7
May 30, 2023
Replies: 1 comment 3 replies
-
@acywatson @fantactuka @thegreatercurve @tylerjbainbridge @ivailop7 @zurfyx |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.