Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWebView: Don't add '.com' to valid TLD when Ctrl is pressed
If Ctrl is pressed when a string is entered into the location bar and that string doesn't contain a valid TLD, ".com" is added to that string. Previously, only a small, fixed set of TLDs was checked. We now use the public suffix list to determine if the given address contains a valid TLD.
- Loading branch information