Change the domain regex to match the whole string. Before, the regex would accept a string if it contained a valid domain at any point.
Change the domain regex to match the whole string. Before, the regex would accept a string if it contained a valid domain at any point.