there are 4 rules:
- (cf.client.bot) or (ip.geoip.asnum eq 13236 and ip.geoip.asnum eq 13238 and ip.geoip.asnum eq 208722 and ip.src eq 83.220.174.189) - Spip
- (ip.geoip.asnum in {35048 24940}) or (ip.src in {95.191.162.50 89.223.104.178 79.140.16.20}) or (http.host in {“site1” “site2” “site3”}) - Block
- (ip.src in {::/0} and not ip.geoip.asnum in {13238}) or (not ssl and not ip.geoip.asnum in {13238}) or (http.request.uri.path contains “/favicon.ico”) - Managed Challenge
- (not http.request.version in {“HTTP/2” “HTTP/3” “SPDY/3.1”}) or (http.referer eq “”) or (http.request.uri contains “utm”) - Managed Challenge
everything was working great until today. I am adding a new page to the search console index and getting a 403 error. I turn off rule 4 and everything is fine 200 ok. The rules have stopped working. Why doesn’t rule 1 work? Next, I added ASN google 15169 to 1 rule, but nothing helped. I also added user agent Google-InspectionTool/1.0 and nothing. Only disabling the 4th rule solves the 403 issue.