Skip to content

Commit 0caad23

Browse files
committed
add more GENERIC_EMAIL_DOMAINS
1 parent 9dd9fb3 commit 0caad23

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ const GENERIC_EMAIL_DOMAINS = [
1010
"verizon.net",
1111
"att.net",
1212
"me.com",
13-
"mac.com",
1413
"msn.com",
15-
"live.com",
16-
"live.dk",
1714
"web.de",
15+
"atomicmail.io",
1816
"protonmail.com",
1917
"proton.me",
18+
"pm.me",
2019
"passinbox.com",
20+
"passmail.net",
2121
"163.com",
22+
"126.com",
2223
"duck.com",
2324
"qq.com",
2425
"zoho.com",
@@ -27,6 +28,10 @@ const GENERIC_EMAIL_DOMAINS = [
2728
"tuta.com",
2829
"privaterelay.appleid.com",
2930
"qyver.online",
31+
"vk.com",
32+
"tutamail.com",
33+
"simplelogin.com",
34+
"volny.cz",
3035
"naver.com",
3136
"yeah.net",
3237
"example.com",
@@ -39,6 +44,10 @@ const GENERIC_EMAIL_DOMAINS = [
3944
"email.de",
4045
"t-online.de",
4146
"sina.com",
47+
"foxmail.com",
48+
"ukr.net",
49+
"otona.uk",
50+
"instaddr.ch",
4251
];
4352

4453
const GENERIC_EMAIL_DOMAIN_PREFIXES = [
@@ -47,6 +56,7 @@ const GENERIC_EMAIL_DOMAIN_PREFIXES = [
4756
"outlook.",
4857
"gmx.",
4958
"yandex.",
59+
"live.",
5060
];
5161

5262
export const isGenericEmail = (email: string) => {

0 commit comments

Comments
 (0)