mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Update Reject Phishing TLD
This commit is contained in:
parent
00f9f62351
commit
38f078b44d
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user