Skip to content

Commit d528362

Browse files
Update src/content/docs/fundamentals/reference/http-headers.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent e331aed commit d528362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/fundamentals/reference/http-headers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ When configuring WAF custom rules, do not match on this header. These rules are
134134

135135
To block just the one worker, add a `Block` action triggered by the expression `cf.worker.upstream_zone eq "example.com"`.
136136

137-
To block all worker subrequests except from your own zone worker, add a `Block` action triggered by the expression `not (cf.worker.upstream_zone in {"" "customer-zone.com"})`.
137+
To block all Worker subrequests except those from your own zone's Worker, add a `Block` action triggered by the expression `not (cf.worker.upstream_zone in {"" "customer-zone.com"})`.
138138
:::
139139

140140
### Connection

0 commit comments

Comments
 (0)