By default we should not include GMX as a second-level domain:
1) It's a low-used email provider (11M users vs. 1.5Billion from Gmail or other services)
2) test@gmal. -> got suggested gmx instead of Gmail.
If your application heavily relies on GMX, then pass it as a configuration parameter in the second top level domains. But it doesn't make sense to have this as a default.
Pull-Request Checklist
[x] Code is up-to-date with the main branch
[x] npm run lint passes with this change
[x] npm run test passes with this change
[x] This pull request links relevant issues as Fixes #0000
[x] There are new or updated unit tests validating the change
[x] Documentation has been updated to reflect this change
Description of change
By default we should not include GMX as a second-level domain:
1) It's a low-used email provider (11M users vs. 1.5Billion from Gmail or other services) 2) test@gmal. -> got suggested gmx instead of Gmail.
If your application heavily relies on GMX, then pass it as a configuration parameter in the second top level domains. But it doesn't make sense to have this as a default.
Pull-Request Checklist
main
branchnpm run lint
passes with this changenpm run test
passes with this changeFixes #0000