Skip to content

Commit 21bbd3a

Browse files
committed
Update content categories partial
1 parent d3853dc commit 21bbd3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Gateway matches egress traffic against the following selectors, or criteria:
6868

6969
<Render
7070
file="gateway/selectors/net-http-content-categories"
71-
params={{ APIendpoint: "net.fqdn.category" }}
71+
params={{ APIendpoint: "net.fqdn.content_category" }}
7272
/>
7373

7474
<Render file="gateway/selectors/egress-selector-limitation" />

src/content/partials/cloudflare-one/gateway/selectors/net-http-content-categories.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ params:
55

66
import { Markdown } from "~/components";
77

8-
| UI name | API example |
9-
| ------------------ | ------------------------------------------------------ |
10-
| Content Categories | <code>not(any({props.APIendpoint}[*] in \{1\}))</code> |
8+
| UI name | API example |
9+
| ------------------ | ------------------------------------------------- |
10+
| Content Categories | <code>any({props.APIendpoint}[*] in \{1\})</code> |
1111

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

0 commit comments

Comments
 (0)