mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Update Phishing Black TLD
This commit is contained in:
parent
65f41c207b
commit
f4fcb57977
@ -4,7 +4,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const WHITELIST_DOMAIN = new Set([]);
|
||||
const BLACK_TLD = [
|
||||
const BLACK_TLD = Array.from(new Set([
|
||||
'.xyz',
|
||||
'.top',
|
||||
'.win',
|
||||
@ -18,8 +18,18 @@ const BLACK_TLD = [
|
||||
'.cool',
|
||||
'.cyou',
|
||||
'.id',
|
||||
'.pro'
|
||||
];
|
||||
'.pro',
|
||||
'.za.com',
|
||||
'.sa.com',
|
||||
'.ltd',
|
||||
'.group',
|
||||
'.rest',
|
||||
'.tech',
|
||||
'.link',
|
||||
'.ink',
|
||||
'.bar',
|
||||
'.tokyo'
|
||||
]));
|
||||
|
||||
(async () => {
|
||||
const domainSet = Array.from(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user