Chore: update phishing domain TLD filter

This commit is contained in:
SukkaW 2024-04-18 13:46:56 +08:00
parent c8c05ec601
commit 58607ac27c

View File

@ -21,8 +21,10 @@ const WHITELIST_DOMAIN = [
'notion.site' 'notion.site'
]; ];
const BLACK_TLD = new Set([ const BLACK_TLD = new Set([
'accountant',
'autos', 'autos',
'bar', 'bar',
'bid',
'biz', 'biz',
'bond', 'bond',
'business', 'business',
@ -42,7 +44,11 @@ const BLACK_TLD = new Set([
'com.pl', 'com.pl',
'com.vn', 'com.vn',
'cool', 'cool',
'cricket',
'cyou', 'cyou',
'date',
'download',
'faith',
'fit', 'fit',
'fun', 'fun',
'ga', 'ga',
@ -57,29 +63,38 @@ const BLACK_TLD = new Set([
'life', 'life',
'live', 'live',
'link', 'link',
'loan',
'ltd', 'ltd',
'men',
'ml', 'ml',
'mobi', 'mobi',
'net.pl', 'net.pl',
'one', 'one',
'online', 'online',
'party',
'pro', 'pro',
'pl', 'pl',
'pw', 'pw',
'racing',
'rest', 'rest',
'review',
'rf.gd', 'rf.gd',
'sa.com', 'sa.com',
'sbs', 'sbs',
'science',
'shop', 'shop',
'site', 'site',
'space', 'space',
'store', 'store',
'stream',
'tech', 'tech',
'tk', 'tk',
'tokyo', 'tokyo',
'top', 'top',
'trade',
'vip', 'vip',
'vn', 'vn',
'webcam',
'website', 'website',
'win', 'win',
'xyz', 'xyz',