in the docs, does this rule also allow non-worker requests? ``` not (cf.worker.upstream_zone in {""

in the docs, does this rule also allow non-worker requests?
not (cf.worker.upstream_zone in {"" "customer-zone.com"})


if i wanted to allow only requests from workers in my zone, is this one more effective?

not (cf.worker.upstream_zone == "customer-zone.com")
Was this page helpful?