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

Domain listing: Prevent user from editing domain name #265

Closed
tripleee opened this issue Oct 12, 2017 · 2 comments
Closed

Domain listing: Prevent user from editing domain name #265

tripleee opened this issue Oct 12, 2017 · 2 comments

Comments

@tripleee
Copy link
Member

It's been possible to edit the domain name itself but this is not useful, it just breaks the link between the extracted domain name and the record.

Please disable this behavior, and please advise how to fix the records I already broke. Thanks!

@ArtOfCode-
Copy link
Member

Also need to associate www. domains with their non-www. variants.

@tripleee
Copy link
Member Author

tripleee commented Oct 12, 2017

If the subdomain has different tags or a different whois record than the TLD we need some manual review. But for the most part I guess we have been consistent enough that you can just check that they are identical, and then go ahead and merge. We can't do this blindly (e.g. Blogspot is nominally a TLD but each subdomain is a distinct site) but for www.TLD -> TLD we can probably do it completely automatically (or better yet drop the www. when extracting it). There should probably be a way to do this selectively, manually when other prefixes come up (ftp.TLD, web.TLD, site.TLD, etc).

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

No branches or pull requests

2 participants