Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6bf1815

Browse files
authored
Add missing rel noreferrer noopener attributes (#10629)
1 parent d1461d3 commit 6bf1815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/RoomStatusBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default class RoomStatusBar extends React.PureComponent<IProps, IState> {
213213
{},
214214
{
215215
consentLink: (sub) => (
216-
<a href={consentError!.data?.consent_uri} target="_blank">
216+
<a href={consentError!.data?.consent_uri} target="_blank" rel="noreferrer noopener">
217217
{sub}
218218
</a>
219219
),

0 commit comments

Comments
 (0)