We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc82e2b commit f1dfe45Copy full SHA for f1dfe45
Build/lib/get-phishing-domains.ts
@@ -48,7 +48,8 @@ const WHITELIST_MAIN_DOMAINS = new Set([
48
// 'vercel.app',
49
'gitbook.io',
50
'zendesk.com',
51
- 'ipfs.eth.aragon.network'
+ 'ipfs.eth.aragon.network',
52
+ 'wordpress.com'
53
]);
54
55
const leathalKeywords = createKeywordFilter([
Source/domainset/cdn.conf
@@ -1079,6 +1079,7 @@ r2.leadsy.ai
1079
tag.trovo-tag.com
1080
cdn.leandata.com
1081
embed-v2.testimonial.to
1082
+cdn.svgator.com
1083
1084
js.chargebee.com
1085
js1.chargebee.com
@@ -3642,3 +3643,4 @@ play.izanmei.net
3642
3643
media.theresanaiforthat.com
3644
sbl.onfastspring.com
3645
static-assets.codecademy.com
3646
+assets.controld.com
0 commit comments