Add missing rel noreferrer noopener attributes (#10629)

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-04-17 19:43:25 +01:00 committed by GitHub
parent d1461d3d7d
commit 6bf1815608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default class RoomStatusBar extends React.PureComponent<IProps, IState> {
{}, {},
{ {
consentLink: (sub) => ( consentLink: (sub) => (
<a href={consentError!.data?.consent_uri} target="_blank"> <a href={consentError!.data?.consent_uri} target="_blank" rel="noreferrer noopener">
{sub} {sub}
</a> </a>
), ),