|
@@ -4953,11 +4953,7 @@ class App extends React.Component<AppProps, AppState> {
|
|
|
}
|
|
|
if (!customEvent?.defaultPrevented) {
|
|
|
const target = isLocalLink(url) ? "_self" : "_blank";
|
|
|
- const newWindow = window.open(
|
|
|
- undefined,
|
|
|
- target,
|
|
|
- "noopener noreferrer",
|
|
|
- );
|
|
|
+ const newWindow = window.open(undefined, target);
|
|
|
// https://mathiasbynens.github.io/rel-noopener/
|
|
|
if (newWindow) {
|
|
|
newWindow.opener = null;
|