iorrah / transfersmart

TransferSmart: a smart path to usable currency conversion
https://iorrah.github.io/transfersmart/
MIT License
2 stars 0 forks source link

Adding noopener & noreferrer to the target blank links #15

Closed iorrah closed 6 years ago

iorrah commented 6 years ago

As per this document, using <a href='http://www.example.com' target='_blank'>Example</a> without the explicit definition of rel='noopener noreferrer' is a potential safety vulnerability.

For this reason, from now on, every link on this project that open URL's on new pages should be declaring the rel attribute passing at least noopener and noreferrer as parameters.