Skip to content

Commit f96ca3e

Browse files
committed
add more generic email domains
1 parent b2f5b15 commit f96ca3e

2 files changed

Lines changed: 7 additions & 46 deletions

File tree

apps/web/lib/is-generic-email.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const GENERIC_EMAIL_DOMAINS = [
1313
"mac.com",
1414
"msn.com",
1515
"live.com",
16+
"live.dk",
1617
"web.de",
1718
"protonmail.com",
1819
"proton.me",
@@ -29,8 +30,14 @@ const GENERIC_EMAIL_DOMAINS = [
2930
"naver.com",
3031
"yeah.net",
3132
"example.com",
33+
"wp.pl",
34+
"seznam.cz",
35+
"myyahoo.com",
3236
"mail.com",
3337
"mail.ru",
38+
"email.cz",
39+
"email.de",
40+
"t-online.de",
3441
];
3542

3643
const GENERIC_EMAIL_DOMAIN_PREFIXES = [

apps/web/scripts/migrations/remove-partner-fraud-report-fraud-data.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)