Using “noopener” and ”noreferrer” against Phishing Attacks

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
&lt…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Using “noopener” and ”noreferrer” against Phishing Attacks." Beto Muniz | Sciencx - Monday April 12, 2021, https://www.scien.cx/2021/04/12/using-noopener-and-noreferrer-against-phishing-attacks/
HARVARD
Beto Muniz | Sciencx Monday April 12, 2021 » Using “noopener” and ”noreferrer” against Phishing Attacks., viewed ,<https://www.scien.cx/2021/04/12/using-noopener-and-noreferrer-against-phishing-attacks/>
VANCOUVER
Beto Muniz | Sciencx - » Using “noopener” and ”noreferrer” against Phishing Attacks. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/12/using-noopener-and-noreferrer-against-phishing-attacks/
CHICAGO
" » Using “noopener” and ”noreferrer” against Phishing Attacks." Beto Muniz | Sciencx - Accessed . https://www.scien.cx/2021/04/12/using-noopener-and-noreferrer-against-phishing-attacks/
IEEE
" » Using “noopener” and ”noreferrer” against Phishing Attacks." Beto Muniz | Sciencx [Online]. Available: https://www.scien.cx/2021/04/12/using-noopener-and-noreferrer-against-phishing-attacks/. [Accessed: ]
rf:citation
» Using “noopener” and ”noreferrer” against Phishing Attacks | Beto Muniz | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.