You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/health-checks/how-to/zone-lockdown.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To bypass zone lockdown using a WAF custom rule:
26
26
5. Set the action to *Skip* and the corresponding feature to **Zone Lockdown** under **More components to skip**.
27
27
28
28
Cloudflare Health Checks have a user agent of the following format:
29
-
`Mozilla/5.0 (compatible;Cloudflare-Healthchecks/1.0;"+https://www.cloudflare.com/; healthcheck-id: XXX)` where `XXX` is replaced with the first 16 characters of the Health Check ID.
29
+
`Mozilla/5.0 (compatible;Cloudflare-Healthchecks/1.0;+https://www.cloudflare.com/; healthcheck-id: XXX)` where `XXX` is replaced with the first 16 characters of the Health Check ID.
30
30
31
31
To allow a specific Health Check, verify if the user agent contains the first 16 characters of the Health Check ID.
0 commit comments