chore: update security target domains

This commit is contained in:
Eunwoo Choi 2025-03-29 13:46:20 +09:00 committed by GitHub
parent b7ca0cfc03
commit efdc10ea25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ const Security: NextPage<SecurityProps> = ({ bugReports }) => {
</ul>
<h1 className='mb-3 mt-6 text-3xl font-bold text-koreanbots-blue'></h1>
<ul className='list-inside list-disc'>
{['koreanbots.dev 및 *.koreanbots.dev', 'kbots.link', '디스코드.한국'].map((el) => (
{['koreanbots.dev 및 *.koreanbots.dev', 'listing.kr', 'discordlist.kr', '디스코드.한국'].map((el) => (
<li key={el}>{el}</li>
))}
</ul>