File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
4453const GENERIC_EMAIL_DOMAIN_PREFIXES = [
@@ -47,6 +56,7 @@ const GENERIC_EMAIL_DOMAIN_PREFIXES = [
4756 "outlook." ,
4857 "gmx." ,
4958 "yandex." ,
59+ "live." ,
5060] ;
5161
5262export const isGenericEmail = ( email : string ) => {
You can’t perform that action at this time.
0 commit comments