mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Update Reject Phishing TLD
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user