def _host_filter(self, host):

        if self.white_domains[0] != '':
            if host in self.white_domains:
                return True