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
|
<a
|
||||||
href="http://ury.org.uk/timelord/"
|
href="http://ury.org.uk/timelord/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer noopener"
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
window.open(
|
window.open(
|
||||||
|
|
Loading…
Reference in a new issue