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
We suffer from the same problem as eclipse-theia/theia#7954 because we also use markdown-it and use its output with dangerouslySetInnerHTML. We should make sure the Markdown content is sanitized before we apply it to the DOM.
The text was updated successfully, but these errors were encountered:
We suffer from the same problem as eclipse-theia/theia#7954 because we also use
markdown-it
and use its output withdangerouslySetInnerHTML
. We should make sure the Markdown content is sanitized before we apply it to the DOM.The text was updated successfully, but these errors were encountered: