mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: update phishing domain TLD filter
This commit is contained in:
parent
c8c05ec601
commit
58607ac27c
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user