Add rel='noreferrer' (#651)

This commit is contained in:
Jordi Bunster 2021-04-12 17:24:11 -07:00 committed by GitHub
parent 05932e1d38
commit 1e6ad113dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ const PrPreview = (props: { pr: string }) => {
return (
<>
<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}
</a>
</>