Skip to content

Commit d0faff9

Browse files
authored
[Gateway] Client notifications early access and iOS version (#17710)
1 parent 1447de3 commit d0faff9

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

src/content/docs/cloudflare-one/policies/gateway/dns-policies/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Policies with Block actions block DNS queries to reach destinations you specify
138138

139139
When choosing the Block action, turn on **Display custom block page** to respond to queries with a block page and to specify the message you want to display to users who go to blocked websites. If the block page is disabled, Gateway will respond to blocked queries with an `A` record of `0.0.0.0` for IPv4 destinations, or with an `AAAA` record of `::` for IPv6 destinations. For more information, refer to the dedicated documentation on [customizing the block page](/cloudflare-one/policies/gateway/block-page/).
140140

141-
#### WARP client block notifications <InlineBadge preset="early-access" />
141+
#### WARP client block notifications
142142

143143
<Render file="gateway/client-notifications" />
144144

src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The Block action blocks outbound traffic from reaching destinations you specify
155155
| Application | in | `Google Drive` | And | Block |
156156
| Upload Mime Type | matches regex | `.*` | | |
157157

158-
#### WARP client block notifications <InlineBadge preset="early-access" />
158+
#### WARP client block notifications
159159

160160
<Render file="gateway/client-notifications" />
161161

src/content/docs/cloudflare-one/policies/gateway/network-policies/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Policies with Block actions block network traffic from reaching certain IPs or p
171171
| ---------------- | -------- | ----- | ------ |
172172
| Destination Port | in | `443` | Block |
173173

174-
#### WARP client block notifications <InlineBadge preset="early-access" />
174+
#### WARP client block notifications
175175

176176
<Render file="gateway/client-notifications" />
177177

src/content/partials/cloudflare-one/gateway/client-notifications.mdx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
{}
3-
43
---
54

6-
7-
import { Details } from "~/components"
5+
import { Details } from "~/components";
86

97
<Details header="Feature availability">
108

@@ -14,13 +12,12 @@ import { Details } from "~/components"
1412

1513
| System | Availability | Minimum WARP version |
1614
| -------- | ------------ | -------------------- |
17-
| Windows || 2024.1.159.0 |
18-
| macOS || 2024.1.160.0 |
19-
| Linux || |
20-
| iOS || 1.3 |
21-
| Android || 1.4 |
22-
| ChromeOS || 1.4 |
23-
15+
| Windows || 2024.1.159.0 |
16+
| macOS || 2024.1.160.0 |
17+
| Linux || |
18+
| iOS || 1.7 |
19+
| Android || 1.4 |
20+
| ChromeOS || 1.4 |
2421

2522
</Details>
2623

0 commit comments

Comments
 (0)