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'
|
||||
];
|
||||
const BLACK_TLD = new Set([
|
||||
'accountant',
|
||||
'autos',
|
||||
'bar',
|
||||
'bid',
|
||||
'biz',
|
||||
'bond',
|
||||
'business',
|
||||
@ -42,7 +44,11 @@ const BLACK_TLD = new Set([
|
||||
'com.pl',
|
||||
'com.vn',
|
||||
'cool',
|
||||
'cricket',
|
||||
'cyou',
|
||||
'date',
|
||||
'download',
|
||||
'faith',
|
||||
'fit',
|
||||
'fun',
|
||||
'ga',
|
||||
@ -57,29 +63,38 @@ const BLACK_TLD = new Set([
|
||||
'life',
|
||||
'live',
|
||||
'link',
|
||||
'loan',
|
||||
'ltd',
|
||||
'men',
|
||||
'ml',
|
||||
'mobi',
|
||||
'net.pl',
|
||||
'one',
|
||||
'online',
|
||||
'party',
|
||||
'pro',
|
||||
'pl',
|
||||
'pw',
|
||||
'racing',
|
||||
'rest',
|
||||
'review',
|
||||
'rf.gd',
|
||||
'sa.com',
|
||||
'sbs',
|
||||
'science',
|
||||
'shop',
|
||||
'site',
|
||||
'space',
|
||||
'store',
|
||||
'stream',
|
||||
'tech',
|
||||
'tk',
|
||||
'tokyo',
|
||||
'top',
|
||||
'trade',
|
||||
'vip',
|
||||
'vn',
|
||||
'webcam',
|
||||
'website',
|
||||
'win',
|
||||
'xyz',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user