[Glitch] Change referrer policy to be controlled by header in web UI

Port 425311e1d9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-12-09 23:42:45 +01:00
committed by Claire
parent 39ebf707f0
commit bb17ffac92
17 changed files with 23 additions and 27 deletions

View File

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