Change referrer policy to be controlled by header in web UI (#33214)

This commit is contained in:
Eugen Rochko
2024-12-09 23:42:45 +01:00
committed by GitHub
parent 2e35b15b4d
commit 425311e1d9
35 changed files with 51 additions and 50 deletions

View File

@@ -85,7 +85,7 @@ class ContentWithRouter extends ImmutablePureComponent {
}
link.setAttribute('target', '_blank');
link.setAttribute('rel', 'noopener noreferrer');
link.setAttribute('rel', 'noopener');
}
}