Skip to content

Commit 5fab1e5

Browse files
esheacfpedrosousa
andauthored
[China Network] Turnstile updates (cloudflare#25181)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent b91519d commit 5fab1e5

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ head: []
77
description: Review FAQs for Cloudflare's China Network.
88
---
99

10-
## Requirements
10+
## Prerequisites and onboarding
1111

1212
### What are the requirements to enable the Cloudflare China Network service from Cloudflare?
1313

1414
Refer to [Get started](/china-network/get-started/) for more information.
1515

16-
### Can I use my current account to access the Cloudflare China Network service or do I need a separate account?
16+
### Can I use my current account to access the Cloudflare China Network service?
1717

1818
Yes, you can use your current Cloudflare account and dashboard.
1919

@@ -27,7 +27,7 @@ Cloudflare requires that you have a valid [ICP (Internet Content Provider)](/chi
2727

2828
Cloudflare has taken numerous steps to ensure your security and the integrity of your data in China. Your identification information such as email addresses, password hashes, and billing information are never stored on the Cloudflare China Network or shared with the Cloudflare partner except for Zone configuration information and bindings with Cloudflare’s Developer Suite which are stored on the China Network operated by our partners in China upon your enabling the China Service for a particular Zone.
2929

30-
## Licensing and onboarding
30+
## Compliance
3131

3232
### Does Cloudflare have an MIIT license to provide CDN services in China?
3333

@@ -39,7 +39,7 @@ No, neither Cloudflare nor JD Cloud is responsible for [ICP (Internet Content Pr
3939

4040
### Why is my ICP filing/license revoked?
4141

42-
The application and revocation of ICP filings or licenses is managed by China's local authorities. Usually either the customer or the agency processing the ICP application receive a notification with more details. Cloudflare cannot provide the ICP revocation reasons.
42+
The application and revocation of ICP filings or licenses is managed by China's local authorities. Usually, either the customer or the agency processing the ICP application receive a notification with more details. Cloudflare cannot provide the ICP revocation reasons.
4343

4444
### What would happen if my ICP filing/license got revoked?
4545

@@ -50,8 +50,12 @@ To mitigate the impact on your Internet properties, Cloudflare would reroute the
5050

5151
The JD Cloud network is proxying content inside of China for customers who have purchased the Cloudflare China Network subscription. To ensure compliance with China’s regulation on Internet information services and with [JD Cloud's service terms](https://docs.jdcloud.com/cn/product-service-agreement/starshield-terms-of-service), JD Cloud must review the content of all the domains before onboarding those domains to their network. They can approve or reject any domain based on the nature of its content. For more information, contact your sales team.
5252

53-
## Technical questions
53+
## Products and features
5454

5555
### How does IPv6 work on the Cloudflare China Network?
5656

5757
All sites hosted in Mainland China must have IPv6 enabled. The Cloudflare China Network feature automatically enables IPv6 for domains to fulfill this requirement and it is not possible to disable it. According to Cloudflare's tests, IPv6 connections in Mainland China are more reliable and offer better latency.
58+
59+
### Is Turnstile available in Mainland China?
60+
61+
[Turnstile](/turnstile/) is not supported in Mainland China. Therefore, both China Network zones and [global zones](/fundamentals/concepts/accounts-and-zones/#zones) with users visiting their content from Mainland China may experience issues with Turnstile.

src/content/docs/china-network/reference/available-products.mdx

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,26 @@ The following products and features are available on the Cloudflare China Networ
2626

2727
## Developer Services
2828

29-
| Product/Feature | Description |
30-
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
31-
| [Workers](/workers/) | A serverless execution environment running on the Cloudflare global network. |
32-
| [Workers KV](/kv/) | Configuration data, service routing metadata, personalization (A/B testing). |
33-
| [R2](/r2/)[^2] | Object storage for all your data. |
34-
| [KV](/kv/) | Configuration data, service routing metadata, personalization (A/B testing). |
35-
| [Assets](/workers/static-assets/) | Upload static assets (HTML, CSS, images and other files) as part of your Worker — Cloudflare will handle caching and serving them to web browsers. |
36-
| [Environment variables](/workers/configuration/environment-variables/) | Attach text strings or JSON values to your Worker. |
37-
| [Images](/images/transform-images/bindings/)[^3] | Store, transform, optimize, and deliver images at scale. |
38-
| [mTLS](/workers/runtime-apis/bindings/mtls/) | Securely connect to backend servers over [mTLS](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/). |
39-
| [Rate Limiting](/workers/runtime-apis/bindings/rate-limit/) | Define rate limits and write code around them in your Worker. |
40-
| [Secrets](/workers/configuration/secrets/) | Attach encrypted text values to your Worker. |
41-
| [Service bindings](/workers/runtime-apis/bindings/service-bindings/) | Service bindings allow one Worker to call into another, without going through a publicly-accessible URL. |
42-
| [Tail Workers](/workers/observability/logs/tail-workers/) | Receives information about the execution of other Workers. |
43-
| [Version metadata](/workers/runtime-apis/bindings/version-metadata/) | Access metadata associated with a version from inside the Workers runtime. |
44-
| [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) | Deploy custom code on behalf of your users or let your users directly deploy their own code to your platform, managing infrastructure. |
45-
| [Pages](/pages/) | Deploy dynamic front-end applications in record time. |
46-
47-
[^1]: Turnstile is not available within Mainland China.
29+
| Product/Feature | Description |
30+
| ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
31+
| [Workers](/workers/) | A serverless execution environment running on the Cloudflare global network. |
32+
| [Workers KV](/kv/) | Configuration data, service routing metadata, personalization (A/B testing). |
33+
| [R2](/r2/)[^2] | Object storage for all your data. |
34+
| [KV](/kv/) | Configuration data, service routing metadata, personalization (A/B testing). |
35+
| [Assets](/workers/static-assets/) | Upload static assets (HTML, CSS, images and other files) as part of your Worker — Cloudflare will handle caching and serving them to web browsers. |
36+
| [Environment variables](/workers/configuration/environment-variables/) | Attach text strings or JSON values to your Worker. |
37+
| [Images](/images/transform-images/bindings/)[^3] | Store, transform, optimize, and deliver images at scale. |
38+
| [mTLS](/workers/runtime-apis/bindings/mtls/) | Securely connect to backend servers over [mTLS](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/). |
39+
| [Rate Limiting](/workers/runtime-apis/bindings/rate-limit/) | Define rate limits and write code around them in your Worker. |
40+
| [Secrets](/workers/configuration/secrets/) | Attach encrypted text values to your Worker. |
41+
| [Service bindings](/workers/runtime-apis/bindings/service-bindings/) | Service bindings allow one Worker to call into another, without going through a publicly-accessible URL. |
42+
| [Tail Workers](/workers/observability/logs/tail-workers/) | Receives information about the execution of other Workers. |
43+
| [Version metadata](/workers/runtime-apis/bindings/version-metadata/) | Access metadata associated with a version from inside the Workers runtime. |
44+
| [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) | Deploy custom code on behalf of your users or let your users directly deploy their own code to your platform, managing infrastructure. |
45+
| [Pages](/pages/) | Deploy dynamic front-end applications in record time. |
4846

47+
[^1]: [Turnstile](/turnstile/) is not available within Mainland China.
4948
[^2]: R2 buckets cannot be created within Mainland China and [custom domains](/r2/buckets/public-buckets/#add-your-domain-to-cloudflare) are not supported within Mainland China. However, R2 can be extended into Mainland China through [Global Acceleration](/china-network/concepts/global-acceleration/).
50-
5149
[^3]: Image Resizing works [within Workers](/images/transform-images/transform-via-workers/), but may not be available [through URL format](/images/transform-images/transform-via-url/).
5250

5351
## Network Services
@@ -66,4 +64,4 @@ The following products and features are available on the Cloudflare China Networ
6664
| [Instant Logs](/logs/instant-logs/) | Live Tail your Cloudflare HTTP logs in the Cloudflare dashboard. |
6765
| [Logpush](/logs/logpush/) | Push your Cloudflare HTTP logs to a storage service. |
6866

69-
For more details or specific product features, contact your account team.
67+
For more details or specific product features, refer to the [FAQ](/china-network/faq/) page or contact your account team.

0 commit comments

Comments
 (0)