mirror of https://github.com/vector-im/riot-web
Add missing rel noreferrer noopener attributes (#10629)
parent
d1461d3d7d
commit
6bf1815608
|
@ -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>
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue