From a1a8dedc6f21bcd3cc8ff0f91594206db84675ad Mon Sep 17 00:00:00 2001 From: Donald Date: Tue, 19 Nov 2019 10:09:50 -0500 Subject: [PATCH] updating live domain --- index.js | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 4c1ea89..54d3681 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ var normalizeableProviders = { 'cut': PLUS_ONLY }, 'live.com': { - 'cut': PLUS_AND_DOT + 'cut': PLUS_ONLY }, 'outlook.com': { 'cut': PLUS_ONLY diff --git a/readme.md b/readme.md index 7df8e9f..c9ce950 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ Emails are normalized by domain as follows: 1. `gmail.com` — plus and dot 1. `googlemail.com` (alias of gmail.com) — plus and dot 1. hotmail.com — plus only -1. live.com — plus and dot +1. live.com — plus only 1. outlook.com — plus only 1. all other domains — none