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',
|
'nftstorage.link',
|
||||||
'square.site',
|
'square.site',
|
||||||
'business.site',
|
'business.site',
|
||||||
'page.link' // Firebase URL Shortener
|
'page.link', // Firebase URL Shortener
|
||||||
|
'fleek.cool'
|
||||||
]);
|
]);
|
||||||
const BLACK_TLD = Array.from(new Set([
|
const BLACK_TLD = Array.from(new Set([
|
||||||
'xyz',
|
'xyz',
|
||||||
@ -41,7 +42,10 @@ const BLACK_TLD = Array.from(new Set([
|
|||||||
'cf',
|
'cf',
|
||||||
'gq',
|
'gq',
|
||||||
'ga',
|
'ga',
|
||||||
'ml'
|
'ml',
|
||||||
|
'cc',
|
||||||
|
'cn',
|
||||||
|
'codes'
|
||||||
]));
|
]));
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user