Skip to content

Commit

Permalink
Add missing rel noreferrer noopener attributes (#10629)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Apr 17, 2023
1 parent d1461d3 commit 6bf1815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/RoomStatusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
),
Expand Down

0 comments on commit 6bf1815

Please sign in to comment.