Even as the number of frontend programming vulnerabilities grows continually, many are not difficult to combat; you simply need to remember to fortify your frontend security against them.
- Maybe, simply start with the HTML5 Security Cheat Sheet which is what this post set out to do
- Protect
<a href="..." target="_blank">vulnerability to hacked target page by includingrel="noopener noreferrer". See Target=”_blank” – the most underestimated vulnerability ever

Okay, back to basics, the very low level basics. HTTP is text based, telnet enables a network connection via a text-based command line. All good. We can use telnet to talk to a web server by manually typing text to it, if you know the details of the content syntax to send HTTP via telnet.