Hello
I’m having trouble setting up a query string blocking rule. Can you guys help me?
I want to set up blocking as follows
domain/?query-string (query-string are random characters)
To exclude, to expel
domain/?fbclid=.*
domain/?gad_source=.*
domain/wc-ajax=.*
I wrote the following script but the whole domain was blocked
(http.request.uri.query contains "+") or (not http.request.uri.query contains "fbclid=") or (not http.request.uri.query contains "gad_source=") or (not http. request.uri.query contains "wc-ajax=") or (not http.request.uri.query contains "zarsrc=")
Please help me. Thank you all