Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Global Acceleration a service offering that can be an add-on to China Network an

Global Acceleration is a suite of connectivity, performance offerings and professional services designed to simplify your global assets' deployment in China. Global Acceleration is provided by our partners including CMI, CBC, and JD Cloud. Depending on what fits your needs best, Global Acceleration can support the following scenarios:

| Offer | Scenario |
| ----------------------------------------------------- | ------------------------------------------------------------- |
| [CDN Global Acceleration](#cdn-global-acceleration) | Higher performance of China Network CDN with dynamic content. |
| [WARP Global Acceleration](#warp-global-acceleration) | WARP client used in China. |
| [Magic WAN Connection](#mwan-global-acceleration) | Magic WAN used in China. |
| [ICP](#icp-services) | ICP services. |
| [MLPS](#mlps-services) | MLPS certification services. |
| [Travel SIM](#travel-sim) | Zero Trust clients in business traveling to China. |
| Offer | Scenario |
| --------------------------------------------------------------- | ------------------------------------------------------------- |
| [CDN Global Acceleration](#cdn-global-acceleration) | Higher performance of China Network CDN with dynamic content. |
| [WARP Global Acceleration](#warp-global-acceleration) | WARP client used in China. |
| [Magic WAN Global Acceleration](#magic-wan-global-acceleration) | Magic WAN used in China. |
| [ICP](#icp-services) | ICP services. |
| [MLPS](#mlps-services) | MLPS certification services. |
| [Travel SIM](#travel-sim) | Zero Trust clients in business traveling to China. |

## CDN Global Acceleration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Unless there are specific compatibility issues or other reasons to use other typ

Depending on the characteristics of a request, Cloudflare will choose an appropriate type of challenge, which may include but is not limited to:

- A non-interactive challenge page (similar to the current [JS Challenge](#js-challenge)).
- A non-interactive challenge page (similar to the current [JS Challenge](#javascript-js-challenge)).
- A custom interactive challenge (such as click a button).
- [Private Access Tokens](#private-access-tokens) (using recent Apple operating systems).

Expand Down
2 changes: 1 addition & 1 deletion src/content/fields/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ entries:
keywords: [request, bots, client, visitor]
summary: Provides the type and purpose of a verified bot.
description: |-
For more details, refer to [Verified Bot Categories](/bots/reference/verified-bot-categories/).
For more details, refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/).

- name: cf.bot_management.score
data_type: Number
Expand Down
2 changes: 1 addition & 1 deletion src/content/release-notes/workers-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ entries:
title: Minor updates to the model schema for llama-3.2-1b-instruct, whisper-large-v3-turbo, llama-guard
description: |-
- [llama-3.2-1b-instruct](/workers-ai/models/llama-3.2-1b-instruct/) - updated context window to the accurate 60,000
- [whisper-large-v3-turbo](workers-ai/models/whisper-large-v3-turbo/) - new hyperparameters available
- [whisper-large-v3-turbo](/workers-ai/models/whisper-large-v3-turbo/) - new hyperparameters available
- [llama-guard-3-8b](/workers-ai/models/llama-guard-3-8b/) - the messages array must alternate between `user` and `assistant` to function correctly
- publish_date: "2025-02-21"
title: Workers AI bug fixes
Expand Down