Add rel='noreferrer' (#651)
This commit is contained in:
parent
05932e1d38
commit
1e6ad113dd
|
@ -315,7 +315,7 @@ const PrPreview = (props: { pr: string }) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<span className="consoleSplitter" />
|
<span className="consoleSplitter" />
|
||||||
<a target="_blank" href={url.href} style={{ marginRight: "1em", fontWeight: "bold" }}>
|
<a target="_blank" rel="noreferrer" href={url.href} style={{ marginRight: "1em", fontWeight: "bold" }}>
|
||||||
{ref}
|
{ref}
|
||||||
</a>
|
</a>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue