mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 19:21:05 +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 all = JSON.parse(fs.readFileSync('all.json', 'utf8')) as { allow: string[]; deny: string[] };
|
||||||
|
|
||||||
const TOP_LEVEL = [
|
const TOP_LEVEL = [
|
||||||
|
'ddns.net',
|
||||||
|
'hopto.org',
|
||||||
|
'js.org',
|
||||||
'pages.dev',
|
'pages.dev',
|
||||||
|
'plesk.page',
|
||||||
'servehttp.com',
|
'servehttp.com',
|
||||||
|
'sytes.net',
|
||||||
'vercel.app',
|
'vercel.app',
|
||||||
'web.app',
|
'web.app',
|
||||||
'hopto.org',
|
|
||||||
'zapto.org',
|
|
||||||
'sytes.net',
|
|
||||||
'ddns.net',
|
|
||||||
'webflow.io',
|
'webflow.io',
|
||||||
'plesk.page'
|
'zapto.org'
|
||||||
];
|
];
|
||||||
|
|
||||||
describe('added addresses', (): void => {
|
describe('added addresses', (): void => {
|
||||||
|
|||||||
Reference in New Issue
Block a user