Footer: use rel="noopener noreferrer"

This commit is contained in:
Devin Buhl 2019-09-27 11:44:11 -04:00
parent 1961955d15
commit 60e21c77c3
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class Footer extends Component {
<div className="footer__column"> <div className="footer__column">
<div className="footer__copyright"> <div className="footer__copyright">
<Trans>copyright</Trans> &copy; {this.getYear()}{' '} <Trans>copyright</Trans> &copy; {this.getYear()}{' '}
<a target="_blank" href="https://adguard.com/">AdGuard</a> <a target="_blank" rel="noopener noreferrer" href="https://adguard.com/">AdGuard</a>
</div> </div>
</div> </div>
)} )}
@ -85,7 +85,7 @@ class Footer extends Component {
<div className="footer__column"> <div className="footer__column">
<div className="footer__copyright"> <div className="footer__copyright">
<Trans>copyright</Trans> &copy; {this.getYear()}{' '} <Trans>copyright</Trans> &copy; {this.getYear()}{' '}
<a target="_blank" href="https://adguard.com/">AdGuard</a> <a target="_blank" rel="noopener noreferrer" href="https://adguard.com/">AdGuard</a>
</div> </div>
</div> </div>
<div className="footer__column footer__column--language"> <div className="footer__column footer__column--language">