Skip to content

Commit

Permalink
DMs: Make links noreferrer noopener (#3713)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Jul 7, 2023
1 parent 8bc0a02 commit aa9f49f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const ChatMessageListItem = (props: ChatMessageListItemProps) => {
}
}
},
rel: 'noreferrer noopener',
target: (href) => {
return isAudiusUrl(href) ? '' : '_blank'
}
Expand Down

0 comments on commit aa9f49f

Please sign in to comment.