From: Shlee Date: Fri, 26 Aug 2022 00:12:46 +0000 (+0930) Subject: Add rel="noopener" to links to remote profiles (#19014) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e1e8ca3620dd9577bd0065b3d11cc5bc788b6ce4;p=mastodon.git Add rel="noopener" to links to remote profiles (#19014) * Update timeline_hint.js * Update timeline_hint.js --- diff --git a/app/javascript/mastodon/components/timeline_hint.js b/app/javascript/mastodon/components/timeline_hint.js index fb55a62cc..ac9a79dcc 100644 --- a/app/javascript/mastodon/components/timeline_hint.js +++ b/app/javascript/mastodon/components/timeline_hint.js @@ -6,7 +6,7 @@ const TimelineHint = ({ resource, url }) => (

- +
);