mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 22:25:52 +08:00
Merge pull request #567 from palash-signoz/fix-external-link
fix: code vulnerability is fixed
This commit is contained in:
commit
9094f20070
@ -8,7 +8,7 @@ const TextToolTip = ({ text, url }: TextToolTipProps) => (
|
||||
return (
|
||||
<div>
|
||||
{`${text} `}
|
||||
<a href={url} target={'_blank'}>
|
||||
<a href={url} rel="noopener noreferrer" target={'_blank'}>
|
||||
here
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user