So when I pass <img src=x onerror=alert(1)> into DOMPurify, it returns <img src="x">. Is there an option that removes the whole element? Thanks.
<img src=x onerror=alert(1)>
<img src="x">