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
Sometimes URLs are inside parenthesis, e.g. (https://google.com).
This results in returning https://google.com) because the regex starts with http and also ) is legal character within a URL.