Skip to content

Commit 43cb1c7

Browse files
committed
Rename content-categories partial to dns
1 parent 04b62a0 commit 43cb1c7

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
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
@@ -286,7 +286,7 @@ Use this selector to match against the IP address of the authoritative nameserve
286286

287287
### Content Categories
288288

289-
<Render file="gateway/selectors/content-categories" />
289+
<Render file="gateway/selectors/dns-content-categories" />
290290

291291
<Render file="gateway/selectors/category-options" />
292292

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ sidebar:
88
import { Details, InlineBadge, Render } from "~/components";
99

1010
:::note
11-
1211
To enable this feature, download and deploy the [WARP client](/cloudflare-one/connections/connect-devices/warp/deployment/) on your devices.
13-
1412
:::
1513

1614
With Cloudflare Zero Trust, you can configure policies to control network-level traffic leaving your endpoints. Using network selectors like IP addresses and ports, your policies will control access to any network origin. Because Cloudflare Zero Trust [integrates with your identity provider](/cloudflare-one/identity/idp-integration/), it also gives you the ability to create identity-based network policies. This means you can now control access to non-HTTP resources on a per-user basis regardless of where they are or what device they access that resource from.
@@ -222,7 +220,7 @@ Policies with Network Override actions override traffic directed to, or coming f
222220
| -------------- | -------- | --------------- | ----- | ---------------- |
223221
| Destination IP | in | `95.92.143.151` | And | Network Override |
224222
| User Email | in | `*@example.com` | And | |
225-
| Override IP | | 10.0.0.1 | | |
223+
| Override IP | | `10.0.0.1` | | |
226224

227225
## Selectors
228226

@@ -234,9 +232,9 @@ Gateway matches network traffic against the following selectors, or criteria.
234232

235233
### Content Categories
236234

237-
| UI name | API example |
238-
| ------------------ | ------------------------------------------------ |
239-
| Content Categories | `not(any(net.fqdn.content_category[*] in {1}))` |
235+
| UI name | API example |
236+
| ------------------ | ------------------------------------------ |
237+
| Content Categories | `any(net.fqdn.content_category[*] in {1})` |
240238

241239
For more information, refer to our list of [content categories](/cloudflare-one/policies/gateway/domain-categories/#content-categories).
242240

@@ -286,8 +284,8 @@ To enable Gateway filtering on TCP and UDP, go to **Settings** > **Network** > *
286284

287285
### Security Risks
288286

289-
| UI name | API example |
290-
| -------------- | -------------------------------------------- |
287+
| UI name | API example |
288+
| -------------- | ------------------------------------------- |
291289
| Security Risks | `any(net.fqdn.security_category[*] in {1})` |
292290

293291
For more information, refer to our list of [security categories](/cloudflare-one/policies/gateway/domain-categories/#security-categories).

src/content/docs/cloudflare-one/policies/gateway/resolver-policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For more information on creating a DNS policy, refer to [DNS policies](/cloudfla
8383

8484
### Content Categories
8585

86-
<Render file="gateway/selectors/content-categories" />
86+
<Render file="gateway/selectors/dns-content-categories" />
8787

8888
### DNS Resolver IP
8989

0 commit comments

Comments
 (0)