Skip to content

Commit ba27f0c

Browse files
Turnstile China Network supportability
1 parent ac31928 commit ba27f0c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/content/docs/china-network/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ All sites hosted in mainland China must have IPv6 enabled. The Cloudflare China
6262
### Can Cloudflare provide a private line for cross-border traffic?
6363

6464
No. Cloudflare is not licensed to provide such cross-border private line service.
65+
66+
### Is Turnstile supported in the China Network?
67+
68+
Not currently.

src/content/docs/turnstile/troubleshooting/troubleshooting-faqs.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The Turnstile widget needs to be refreshed to generate a new token. This can be
1616

1717
The siteverify API must not be called by the front end as this may reveal the secret key used to authenticate. An attacker may simply modify the front end to not perform the siteverify check at all, rendering Turnstile ineffective.
1818

19-
2019
## What is challenges.cloudflare.com, and why does my application connect to this origin?
2120

2221
Turnstile is hosted under `challenges.cloudflare.com`.
@@ -25,17 +24,18 @@ Turnstile is hosted under `challenges.cloudflare.com`.
2524

2625
You can safely ignore the error. It is requesting a [Private Access Token (PAT)](https://blog.cloudflare.com/eliminating-captchas-on-iphones-and-macs-using-new-standard/) that your device or browser does not support yet.
2726

28-
2927
## How can I obtain the Ray ID or QR code for troubleshooting?
3028

3129
You will need to provide a [Ray ID](/fundamentals/reference/cloudflare-ray-id/) or QR code when debugging issues. The Ray ID is found at the end of the challenge page. You can obtain the QR code by clicking the success/failure/spinner logo on the widget four times.
3230

33-
3431
## Can I use Turnstile on URI schemes such as `file://`?
3532

3633
No, Turnstile only works on `http://` and `https://` URI schemes. Other protocols such as `file://` are not supported.
3734

38-
3935
## Why do I see a challenge on my proxied hostnames?
4036

41-
<Render file="proxied-hostnames" /> <Render file="challenge-behavior" />
37+
<Render file="proxied-hostnames" /> <Render file="challenge-behavior" />
38+
39+
## Is Turnstile supported in the China Network?
40+
41+
Not currently.

0 commit comments

Comments
 (0)