mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
fix: unsafe external link (#2356)
This commit is contained in:
@@ -144,7 +144,7 @@ export function Markdown(props: { content: string; className?: string }) {
|
||||
)
|
||||
},
|
||||
}}
|
||||
linkTarget={'_blank'}
|
||||
linkTarget='_blank'
|
||||
>
|
||||
{/* Markdown detect has problem. */}
|
||||
{props.content}
|
||||
|
||||
Reference in New Issue
Block a user