mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:02:09 -04:00
fix(web): secure external form help links (#35751)
This commit is contained in:
@@ -135,7 +135,7 @@ const LinkEditorComponent = ({
|
||||
className="flex h-6 items-center rounded-md px-2 hover:bg-state-base-hover"
|
||||
href={escape(url)}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<RiExternalLinkLine className="mr-1 h-3 w-3" />
|
||||
<div className="mr-1">
|
||||
|
||||
Reference in New Issue
Block a user