Advanced user agent rule

block rule
not (http.user_agent contains “X” or http.user_agent contains “X2” or cf.client.bot) or cf.client.bot and not (http.user_agent contains “Google” or http.user_agent contains “bing”)
will the end result only allow X, X2 and verified (google and bing)

while testing i found that
cf.client.bot and not (http.user_agent contains “Google” or http.user_agent contains “bing”)
is challenging/blocking user agent
WordPress/6.2.2; https://example.com

any explanation how the expression is matching that user agent ?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.