From b4b49b1767fe6073861116bb0a1b2c42c47bc129 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:17:55 +0100 Subject: [PATCH] [WAF] Add link to Turnstile tutorial --- .../docs/waf/custom-rules/use-cases/challenge-bad-bots.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/waf/custom-rules/use-cases/challenge-bad-bots.mdx b/src/content/docs/waf/custom-rules/use-cases/challenge-bad-bots.mdx index 1e9118e77e5b7a5..3f95eda99b119cc 100644 --- a/src/content/docs/waf/custom-rules/use-cases/challenge-bad-bots.mdx +++ b/src/content/docs/waf/custom-rules/use-cases/challenge-bad-bots.mdx @@ -111,3 +111,4 @@ Make sure you review [Bot Analytics](/bots/bot-analytics/bm-subscription/) and [ ## Other resources - [Use case: Allow traffic from verified bots](/waf/custom-rules/use-cases/allow-traffic-from-verified-bots/) +- [Tutorial: Integrate Turnstile, WAF, and Bot Management](/turnstile/tutorials/integrating-turnstile-waf-and-bot-management/)