mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-21 14:18:36 +00:00
Change referrer policy to be controlled by header in web UI (#33214)
This commit is contained in:
@@ -85,7 +85,7 @@ class ContentWithRouter extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
link.setAttribute('target', '_blank');
|
||||
link.setAttribute('rel', 'noopener noreferrer');
|
||||
link.setAttribute('rel', 'noopener');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user