Commit Graph

2 Commits

Author SHA1 Message Date
Steven Nguyen 3b5085c1fa Skip some tests for the InputDomain input
Skipping because these pass in the browser but fail in testing. It could be because of jsdom.
2024-02-15 14:37:53 +00:00
Steven Nguyen 3c3e6d8f19 Fix domain validation of TLD
The max length for a TLD is 18 characters, not 6. This commit updates
the regex to allow for that. For a full list of TLDs, see
https://data.iana.org/TLD/tlds-alpha-by-domain.txt.
2023-03-24 11:14:40 -07:00