Prevent urls containing our domain from being accepted/
Closed this issue · 1 comments
IAmStoxe commented
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
IAmStoxe commented
Updated the regex used to verify domains.