I want to display a mail which is in HTML format in a web page.
I guess there are several malicious things in HTML which I should remove before displaying the HTML to the user.
The HTML mail comes from an unknown source and could be created by a evil hacker.
What needs to be done to call "clean" HTML from unknown source?
Malicious content (like "Parental Advisory explicit contents") are not part of this question. I just want to be sure the HTML can do any harm.
` but not things like `onmouseover`).
– Quentin Aug 30 '17 at 12:53