Skip to content

Commit 56a6789

Browse files
feedback
1 parent c1e13fc commit 56a6789

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

src/content/docs/cloudflare-challenges/concepts/clearance.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Allows a user with a clearance cookie to not be challenged by JavaScript Challen
6464

6565
### Clearance cookie duration
6666

67-
Clearance cookies generated by the Turnstile widget will be valid for the time specified by the zone-level Challenge Passage value. To configure the Challenge Passage setting, refer to the [Cloudflare Challenges documentation](/cloudflare-challenges/challenge-types/challenge-pages/challenge-passage/).
67+
Clearance cookies generated by the Turnstile widget will be valid for the time specified by the zone-level Challenge Passage value. To configure the Challenge Passage setting, refer to [Challenge Passage](/cloudflare-challenges/challenge-types/challenge-pages/challenge-passage/).
6868

6969
### Setup
7070

71-
To enable pre-clearance, you must ensure that the hostname of the Turnstile widget matches the zone with the WAF rules. During the Turnstile configuration setup in the Cloudflare dashboard, you can see the registered zones. Select the appropriate hostname from this list.
71+
To enable pre-clearance, you must ensure that the hostname of the Turnstile widget matches the zone with the WAF rules. During the Turnstile configuration setup in the Cloudflare dashboard, you have access to a list of registered zones. Select the appropriate hostname from this list.
7272

7373
The prerequisite is crucial for pre-clearance to function properly. If set up correctly, visitors who successfully solve Turnstile will receive a cookie with the security clearance level set by the customer. When encountering a WAF challenge on the same zone, they will bypass additional challenges for the configured clearance level and below.
7474

src/content/docs/turnstile/concepts/widget.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Turnstile widgets
33
pcx_content_type: concept
44
sidebar:
55
order: 1
6-
head:
7-
- tag: title
8-
content: Overview
96
---
107

118
import { GlossaryTooltip, Render } from "~/components"
@@ -84,4 +81,4 @@ When the verification was completed but no further action has been taken, the ch
8481

8582
Visitors with outdated browsers or unsupported browsers will encounter this widget state.
8683

87-
Refer to [Supported browsers](/cloudflare-challenges/#browser-support) for more information regarding supported browsers.
84+
Refer to [Supported browsers](/cloudflare-challenges/reference/supported-browsers/) for more information regarding supported browsers.

src/content/docs/turnstile/get-started/widget-management/terraform.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Before you begin, you must have:
2323

2424
Create a `main.tf` file.
2525

26+
<Render file="v4-code-snippets" product="terraform" />
27+
2628
```tf
2729
terraform {
2830
required_providers {
@@ -172,7 +174,7 @@ resource "cloudflare_turnstile_widget" "enterprise_widget" {
172174

173175
## Import existing widgets
174176

175-
Use `cf-terraforming` to import existing widgets.
177+
Use [`cf-terraforming`](/terraform/advanced-topics/import-cloudflare-resources/#cf-terraforming) to import existing widgets.
176178

177179
```shell title="Install cf-terraforming"
178180
go install github.com/cloudflare/cf-terraforming/cmd/cf-terraforming@latest

src/content/docs/turnstile/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ Turnstile is WCAG 2.1 AA compliant.
8282
your domain from bad bots.
8383
</RelatedProduct>
8484

85+
<RelatedProduct header="DDoS Protection" href="/ddos-protection/" product="ddos-protection">
86+
Detect and mitigate Distributed Denial of Service (DDoS) attacks using Cloudflare's Autonomous Edge.
87+
</RelatedProduct>
88+
8589
<RelatedProduct header="WAF" href="/waf/" product="waf">
8690
Get automatic protection from vulnerabilities and the flexibility to create
8791
custom rules.

0 commit comments

Comments
 (0)