Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(isEmail): Added support for internationalized domain names #2473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aabboudi
Copy link

@aabboudi aabboudi commented Oct 12, 2024

Added the allow_idn option which is passed down to isFQDN to check if the domain name contains non-ASCII characters. It defaults to true to maintain original behavior. If set to false, it rejects domain names in non-Latin alphabets like Arabic, Chinese, Cyrillic, etc.

Closes #2390

References

For more information on IDNs, please refer to the following:

Checklist

  • PR contains only changes related; no stray files, etc.
  • README updated (where applicable)
  • Tests written (where applicable)
  • References provided in PR (where applicable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extended ascii passed isEmail validation
1 participant