Set _blank noopener too.
This commit is contained in:
parent
1a31dd18c1
commit
a3cab9cfb0
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export function NavBar() {
|
|||
<a
|
||||
href="http://ury.org.uk/timelord/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
rel="noreferrer noopener"
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
window.open(
|
||||
|
|
Loading…
Reference in a new issue