js-xss
js-xss copied to clipboard
Self-closing tags doesnt make "isClosing" as true
code: some<hr/>test
give result on "onTag" callback:
in my case it helps to me:
const selfClosing = new RegExp("\\/\\s*>$", "mg").test(html);