Update Reject Phishing TLD

This commit is contained in:
SukkaW 2023-07-12 21:11:39 +08:00
parent 00f9f62351
commit 38f078b44d

View File

@ -10,7 +10,8 @@ const WHITELIST_DOMAIN = new Set([
'nftstorage.link',
'square.site',
'business.site',
'page.link' // Firebase URL Shortener
'page.link', // Firebase URL Shortener
'fleek.cool'
]);
const BLACK_TLD = Array.from(new Set([
'xyz',
@ -41,7 +42,10 @@ const BLACK_TLD = Array.from(new Set([
'cf',
'gq',
'ga',
'ml'
'ml',
'cc',
'cn',
'codes'
]));
(async () => {