@@ -41,13 +41,15 @@ API value: `allow`
4141** Traffic**
4242
4343- [ Application] ( #application )
44+ - [ Content Categories] ( #content-categories )
4445- [ Destination Continent IP Geolocation] ( #destination-continent )
4546- [ Destination Country IP Geolocation] ( #destination-country )
4647- [ Destination IP] ( #destination-ip )
4748- [ Destination Port] ( #destination-port )
4849- [ Detected Protocol] ( #detected-protocol )
4950- [ Protocol] ( #protocol )
5051- [ Proxy Endpoint] ( #proxy-endpoint )
52+ - [ Security Risks] ( #security-risks )
5153- [ SNI] ( #sni )
5254- [ SNI Domain] ( #sni-domain )
5355- [ Source Continent IP Geolocation] ( #source-continent )
@@ -134,13 +136,15 @@ API value: `block`
134136** Traffic**
135137
136138- [ Application] ( #application )
139+ - [ Content Categories] ( #content-categories )
137140- [ Destination Continent IP Geolocation] ( #destination-continent )
138141- [ Destination Country IP Geolocation] ( #destination-country )
139142- [ Destination IP] ( #destination-ip )
140143- [ Destination Port] ( #destination-port )
141144- [ Detected Protocol] ( #detected-protocol )
142145- [ Protocol] ( #protocol )
143146- [ Proxy Endpoint] ( #proxy-endpoint )
147+ - [ Security Risks] ( #security-risks )
144148- [ SNI] ( #sni )
145149- [ SNI Domain] ( #sni-domain )
146150- [ Source Continent IP Geolocation] ( #source-continent )
@@ -228,6 +232,14 @@ Gateway matches network traffic against the following selectors, or criteria.
228232
229233<Render file = " gateway/selectors/application" params = { { one: " network" }} />
230234
235+ ### Content Categories
236+
237+ | UI name | API example |
238+ | ------------------ | ------------------------------------------------ |
239+ | Content Categories | ` not(any(net.fqdn.content_category[*] in {1})) ` |
240+
241+ For more information, refer to our list of [ content categories] ( /cloudflare-one/policies/gateway/domain-categories/#content-categories ) .
242+
231243### Destination Continent
232244
233245<Render
@@ -272,6 +284,14 @@ To enable Gateway filtering on TCP and UDP, go to **Settings** > **Network** > *
272284
273285<Render file = " gateway/selectors/proxy-endpoint" />
274286
287+ ### Security Risks
288+
289+ | UI name | API example |
290+ | -------------- | -------------------------------------------- |
291+ | Security Risks | ` any(net.fqdn.security_category[*] in {1}) ` |
292+
293+ For more information, refer to our list of [ security categories] ( /cloudflare-one/policies/gateway/domain-categories/#security-categories ) .
294+
275295### SNI
276296
277297<Render file = " gateway/selectors/sni" />
0 commit comments