Skip to content

Commit

Permalink
chore(language-menu): add rel="noreferrer"
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Sep 25, 2024
1 parent 0a1eff7 commit 535b01e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable react/jsx-no-target-blank */
import { useEffect, useState } from "react";
import { useLocation } from "react-router-dom";

Expand Down Expand Up @@ -168,7 +167,7 @@ function LocaleRedirectSetting() {
</Switch>
<a
href="https://github.com/orgs/mdn/discussions/739"
rel="external noopener"
rel="external noopener noreferrer"
target="_blank"
title="Enable this setting to automatically switch to this language when it's available. (Click to learn more.)"
>
Expand Down

0 comments on commit 535b01e

Please sign in to comment.