mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
New: Add noreferrer to external links
This commit is contained in:
parent
13230dc36f
commit
ff16043a06
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Link extends Component {
|
|||
el = 'a';
|
||||
linkProps.href = to;
|
||||
linkProps.target = target || '_blank';
|
||||
linkProps.rel = 'noreferrer';
|
||||
} else if (noRouter) {
|
||||
el = 'a';
|
||||
linkProps.href = to;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue