Skip to content

Commit 02c87c6

Browse files
committed
PCX review
1 parent 78847f4 commit 02c87c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/waf/detections/firewall-for-ai.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Firewall for AI is a detection that can help protect your services powered by <G
2626
- Detect and moderate unsafe or harmful prompts – for example, prompts potentially related to violent crimes.
2727
- Detect prompts intentionally designed to subvert the intended behavior of the LLM as specified by the developer – for example, <GlossaryTooltip term="prompt injection">prompt injection</GlossaryTooltip> attacks.
2828

29-
When enabled, the detection runs on incoming traffic, searching for any LLM prompts attempting to exploit the model.
29+
When enabled, the detection runs on incoming traffic, searching for any LLM prompts attempting to exploit the model. Currently, the detection only handles requests with a JSON content type (`application/json`).
3030

3131
Cloudflare will populate the existing [Firewall for AI fields](#firewall-for-ai-fields) based on the scan results. You can check these results in the [Security Analytics](/waf/analytics/security-analytics/) dashboard by filtering on the `cf-llm` [managed endpoint label](/api-shield/management-and-monitoring/endpoint-labels/) and reviewing the detection results on your traffic. Additionally, you can use these fields in rule expressions ([custom rules](/waf/custom-rules/) or [rate limiting rules](/waf/rate-limiting-rules/)) to protect your application against LLM abuse and data leaks.
3232

@@ -42,7 +42,6 @@ Firewall for AI is available in closed beta to Enterprise customers proxying tra
4242

4343
:::note
4444
Firewall for AI is only available in the new [application security dashboard](/security/).
45-
Additionally, it only triggers on `content-type` json.
4645
:::
4746

4847
<Steps>

0 commit comments

Comments
 (0)