mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
Encryption: use rel="noopener noreferrer"
This commit is contained in:
parent
0554590059
commit
57d0ed09a8
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ let Form = (props) => {
|
|||
<Trans
|
||||
values={{ link: 'letsencrypt.org' }}
|
||||
components={[
|
||||
<a href="https://letsencrypt.org/" key="0">
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://letsencrypt.org/" key="0">
|
||||
link
|
||||
</a>,
|
||||
]}
|
||||
|
|
Loading…
Add table
Reference in a new issue