mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-24 19:28:00 +00:00
Sort top-level checks, add js.org (#1141)
This commit is contained in:
@@ -10,16 +10,17 @@ const allowed = JSON.parse(fs.readFileSync('known.json', 'utf-8')) as Record<str
|
||||
const all = JSON.parse(fs.readFileSync('all.json', 'utf8')) as { allow: string[]; deny: string[] };
|
||||
|
||||
const TOP_LEVEL = [
|
||||
'ddns.net',
|
||||
'hopto.org',
|
||||
'js.org',
|
||||
'pages.dev',
|
||||
'plesk.page',
|
||||
'servehttp.com',
|
||||
'sytes.net',
|
||||
'vercel.app',
|
||||
'web.app',
|
||||
'hopto.org',
|
||||
'zapto.org',
|
||||
'sytes.net',
|
||||
'ddns.net',
|
||||
'webflow.io',
|
||||
'plesk.page'
|
||||
'zapto.org'
|
||||
];
|
||||
|
||||
describe('added addresses', (): void => {
|
||||
|
||||
Reference in New Issue
Block a user