This content originally appeared on DEV Community and was authored by Beto Muniz
Want to help users to avoid some Phishing Attacks with HTML?
? Use rel="noopener noreferrer"
while adding external links to your website to improve user navigation security.
<a rel="noopener noreferrer" href="https://...">
External Link
</a>
? noopener: tells the browser to remove sensitive data from window.opener
object when the user arrives at the destination website.
? noreferrer: protect sensitive data of the origin website removing it from the Referrer
header while the user navigates between origin website and destination website.
? Super easy security strategy to implement. Adopt this recommendation without moderation.
? Also, don't miss content like this signing my newsletter.
This content originally appeared on DEV Community and was authored by Beto Muniz
Beto Muniz | Sciencx (2021-04-12T19:24:45+00:00) Using “noopener” and ”noreferrer” against Phishing Attacks. Retrieved from https://www.scien.cx/2021/04/12/using-noopener-and-noreferrer-against-phishing-attacks/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.