mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 19:16:01 +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 (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{`${text} `}
|
{`${text} `}
|
||||||
<a href={url} target={'_blank'}>
|
<a href={url} rel="noopener noreferrer" target={'_blank'}>
|
||||||
here
|
here
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user