do i need to not knwon bot another each one as in image
or just adding it once at buttom will work all all of them ???
do i need to not knwon bot another each one as in image
or just adding it once at buttom will work all all of them ???
Sorry, you’ll have to use the Expression Editor for custom groupings:
((http.request.uri.path eq "/random") or (http.request.uri.path contains "xmlrpc.php") or (http.request.uri.query eq "s=u")) and (cf.bot_management.verified_bot)
You group all the OR statements with the extra outside parentheses, then add an AND.