Skip to content

Commit efdc10e

Browse files
authored
chore: update security target domains
1 parent b7ca0cf commit efdc10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/security.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Security: NextPage<SecurityProps> = ({ bugReports }) => {
4242
</ul>
4343
<h1 className='mb-3 mt-6 text-3xl font-bold text-koreanbots-blue'>범위</h1>
4444
<ul className='list-inside list-disc'>
45-
{['koreanbots.dev 및 *.koreanbots.dev', 'kbots.link', '디스코드.한국'].map((el) => (
45+
{['koreanbots.dev 및 *.koreanbots.dev', 'listing.kr', 'discordlist.kr', '디스코드.한국'].map((el) => (
4646
<li key={el}>{el}</li>
4747
))}
4848
</ul>

0 commit comments

Comments
 (0)