Hi, We setup squid in the accelerator mode. To prevent potential cache poisoning, we validate the request url in the backend, and return http status 400 if the url is found to be invalid. Is it possible for squid to block an IP after seeing a certain number of 400 for the requests issued from that IP? Thanks in advance!