Skip to content

Commit

Permalink
#494 added rel=noreferrer noopener when target is blank (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: shoeb <shoebsd31@gmail.com>
  • Loading branch information
shoebsd31 committed Mar 22, 2021
1 parent fedb7d8 commit b302a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export function Header() {
text={link.title}
href={link.to}
target="_blank"
rel="noreferrer noopener"
/>
);
}
Expand Down

0 comments on commit b302a63

Please sign in to comment.