Skip to content
Merged
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 @@ -7,7 +7,7 @@ sidebar:

---

import { GlossaryTooltip} from "~/components"
import { GlossaryTooltip, Details, InlineBadge} from "~/components"

Each client supports the following set of parameters as part of their deployment, regardless of the deployment mechanism.

Expand Down Expand Up @@ -97,6 +97,34 @@ Identifies a Zero Trust organization in the WARP GUI when WARP is deployed with

**Value:** Organization nickname shown to users in the WARP GUI (for example, `Test environment`).

### `enable_post_quantum` <InlineBadge preset="beta" />

<Details header="Feature availability">

| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| <ul><li> Gateway with WARP</li><li> Secure Web Gateway without DNS filtering </li></ul> | All plans |

| System | Availability | Minimum WARP version |
| -------- | ------------ | -------------------- |
| Windows | ✅ | 2025.5.735.1 |
| macOS | ✅ | 2025.5.735.1 |
| Linux | ✅ | 2025.5.735.1 |
| iOS | ✅ | 1.10 |
| Android | ✅ | 2.4 |
| ChromeOS | ✅ | 2.4 |

</Details>

Use [post-quantum cryptography](/ssl/post-quantum-cryptography/) to secure connections from the device to Cloudflare's network.

**Value Type:** `boolean`

**Value:**

* `false` — (default) Disables post-quantum key agreement.
* `true` — Enables post-quantum key agreement for all traffic through the WARP tunnel.

### `onboarding`

Controls the visibility of the onboarding screens that ask the user to review the privacy policy during an application's first launch.
Expand Down
Loading