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

Fixes #2424 #2429

Closed
wants to merge 2 commits into from
Closed

Fixes #2424 #2429

wants to merge 2 commits into from

Conversation

dhillonsahil
Copy link

Added accents: false in default options and
made a function to check accents url if it is true

function isValidHostname(hostname, options) {
if (options.accents) {
// Allow accented characters
return /^[a-zA-Z0-9-.À-ÿ]+$/.test(hostname);
}
return isFQDN(hostname, options) || isIP(hostname);
}

@dhillonsahil dhillonsahil marked this pull request as draft July 2, 2024 05:53
@dhillonsahil dhillonsahil deleted the checkout branch July 2, 2024 05:54
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.

1 participant