Skip to content

Commit 84d54b0

Browse files
committed
Improve wording and add example
1 parent 7a023ad commit 84d54b0

File tree

1 file changed

+7
-1
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/http-policies

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,13 @@ When using Terraform to create a policy with the [Do Not Inspect](#do-not-inspec
403403

404404
#### Cloud App Control
405405

406-
When using the _is_ operator with the _Application_ selector, you can use Cloudflare App Control to choose specific actions and operations to match application traffic to. Controls include **Application Controls**, which group multiple user actions together, or **Operations**, which involves all supported API-level actions for an application.
406+
When using the _is_ operator with the _Application_ selector, you can use Cloud App Control to choose specific actions and operations to match application traffic. For example, you can block file uploads to ChatGPT without blocking all ChatGPT traffic:
407+
408+
| Selector | Operator | Value | Controls | Action |
409+
| ----------- | -------- | --------- | -------- | ------ |
410+
| Application | is | _ChatGPT_ | _Upload_ | Block |
411+
412+
You can match traffic based on **Application Controls**, which group multiple user actions together, or **Operations**, which allow for granular control of supported API-level actions for an application.
407413

408414
### Content Categories
409415

0 commit comments

Comments
 (0)