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

Update put_settings.js to allow longer tld's to be used #122

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

Conversation

Fastbuilder575
Copy link

@Fastbuilder575 Fastbuilder575 commented Oct 24, 2021

✏️ Changes

Description:

-> The current longest tld is 24 characters as of (https://data.iana.org/TLD/tlds-alpha-by-domain.txt) so the max length should be increased from 6 to 24 to allow all domains to be used

What did you change in the code itself?

-> Increased a value in the RegEx to allow longer tlds to be used.

🔗 References

List of official TLD's that should be supported:
https://data.iana.org/TLD/tlds-alpha-by-domain.txt

🎯 Testing

Describe how this can be tested by reviewers. Please be specific about anything not tested and reasons why.

Try the RegEx with a domain that has a longer tld than 6 characters

🚀 Deployment

Can this change be merged at any time? What will the deployment of the change look like? Does this need to be released in lockstep with something else?

✅ This can be deployed any time

🖥 Appliance

Note to reviewers: ensure that this change is compatible with the Appliance.

The current longest tld is 24 characters as of (https://data.iana.org/TLD/tlds-alpha-by-domain.txt) so the max length should be increased from 6 to 24 to allow all domains to be used
@stale
Copy link

stale bot commented Apr 16, 2022

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the wontfix label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant