mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
fix: frontend security risk (#2355)
This commit is contained in:
@@ -36,7 +36,7 @@ const GithubStar = () => {
|
||||
return (
|
||||
<a
|
||||
href='https://github.com/langgenius/dify'
|
||||
target='_blank'
|
||||
target='_blank' rel='noopener noreferrer'
|
||||
className='flex items-center leading-[18px] border border-gray-200 rounded-md text-xs text-gray-700 font-semibold overflow-hidden'>
|
||||
<div className='flex items-center px-2 py-1 bg-gray-100'>
|
||||
<Github className='mr-1 w-[18px] h-[18px]' />
|
||||
|
||||
Reference in New Issue
Block a user