Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var normalizeableProviders = {
'cut': PLUS_ONLY
},
'live.com': {
'cut': PLUS_AND_DOT
'cut': PLUS_ONLY
},
'outlook.com': {
'cut': PLUS_ONLY
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down