From fa5d25d45e02f475a565926c0fc1c198ccc7ccf1 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Tue, 22 Oct 2024 15:47:05 +0100 Subject: [PATCH] Corrects typo --- src/content/docs/health-checks/how-to/zone-lockdown.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/health-checks/how-to/zone-lockdown.mdx b/src/content/docs/health-checks/how-to/zone-lockdown.mdx index f1383e79670ba5f..a602535b2d9bd9c 100644 --- a/src/content/docs/health-checks/how-to/zone-lockdown.mdx +++ b/src/content/docs/health-checks/how-to/zone-lockdown.mdx @@ -26,7 +26,7 @@ To bypass zone lockdown using a WAF custom rule: 5. Set the action to *Skip* and the corresponding feature to **Zone Lockdown** under **More components to skip**. Cloudflare Health Checks have a user agent of the following format: -`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. +`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. To allow a specific Health Check, verify if the user agent contains the first 16 characters of the Health Check ID.