You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
There is an issue with the validation of top-level domains (TLDs) that exceed six characters in length. For instance, the URL https://spiezer.restaurant/restaurant is valid, yet it is erroneously flagged as invalid due to its 11-character TLD.
Steps to Reproduce
To replicate this behavior:
Access the Lynx dashboard.
Attempt to shorten the URL https://spiezer.restaurant/restaurant.
Expected Behavior
The expectation is that the URL would be successfully shortened without triggering an error message stating Invalid destination URL format, acknowledging its validity.
Desktop Configuration
Operating Systems: Linux and macOS
Browsers: Firefox, Chrome
Version: 1.7.4
Additional Context
The validation logic for URLs should accommodate TLDs that are longer than six characters. The problematic code can be found here: URL validation check in code.
The text was updated successfully, but these errors were encountered:
Bug Description
There is an issue with the validation of top-level domains (TLDs) that exceed six characters in length. For instance, the URL https://spiezer.restaurant/restaurant is valid, yet it is erroneously flagged as invalid due to its 11-character TLD.
Steps to Reproduce
To replicate this behavior:
https://spiezer.restaurant/restaurant
.Expected Behavior
The expectation is that the URL would be successfully shortened without triggering an error message stating Invalid destination URL format, acknowledging its validity.
Desktop Configuration
Additional Context
The validation logic for URLs should accommodate TLDs that are longer than six characters. The problematic code can be found here: URL validation check in code.
The text was updated successfully, but these errors were encountered: