XSS
Rich text editor is easily attacted by attackers.
We recommand use xss.
const html = editor.txt.html()
const safeHtml = xss(html)
console.log('filtered html', safeHtml)
Rich text editor is easily attacted by attackers.
We recommand use xss.
const html = editor.txt.html()
const safeHtml = xss(html)
console.log('filtered html', safeHtml)