Searched refs:subdomainsCheck (Results 1 – 1 of 1) sorted by relevance
203 Vector<String> subdomainsCheck; in hostIsAllowedToAccess() local205 host.split('.', subdomainsCheck); in hostIsAllowedToAccess()207 subdomainsCheck.append(host); in hostIsAllowedToAccess()212 Vector<String>::iterator itCheck = subdomainsCheck.end() - 1; in hostIsAllowedToAccess()213 Vector<String>::iterator beginCheck = subdomainsCheck.begin(); in hostIsAllowedToAccess()