Fixed isSearchReferer

HotCopper

Member
Hi guys,
I know you are Europe based and all but:

in XenForo_Session

if (preg_match('#((^|\.)(' . implode('|', array_map('preg_quote', $this->_searchDomains)) . ')(\.co)?\.[a-z]{2,})$#i', $url['host'], $match))
{
return $match[3];
}

with your current searchDomain list won't catch google.com.au etc. :)
 
Top Bottom