IAmStoxe/urlgrab

Prevent urls containing our domain from being accepted/

Closed this issue · 1 comments

Currently our regex doesn't make sure it's a root domain. It only checks the domain exists in the url. Meaning it could appear in www.NotOurSite.com?param=www.OurDomain.com

Updated the regex used to verify domains.