Add missing rel noreferrer noopener attributes (#10629)

This commit is contained in:
Michael Telatynski
2023-04-17 19:43:25 +01:00
committed by GitHub
parent d1461d3d7d
commit 6bf1815608

View File

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