Fix links in posts always having noreferrer in glitch flavor (#3135)

Fixes #3128
This commit is contained in:
Claire
2025-07-16 22:56:36 +02:00
committed by GitHub
parent cfd2acfdd2
commit e4a22e8068

View File

@@ -190,7 +190,7 @@ class StatusContent extends PureComponent {
link.classList.add('unhandled-link');
link.setAttribute('target', '_blank');
link.setAttribute('rel', 'noopener nofollow noreferrer');
link.setAttribute('rel', 'noopener nofollow');
try {
if (tagLinks && isLinkMisleading(link)) {