Skip to content

Commit 5cd7009

Browse files
committed
Remove old context analysis section
1 parent b9a2323 commit 5cd7009

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351
/cloudflare-one/policies/data-loss-prevention/dlp-logs/ /cloudflare-one/policies/data-loss-prevention/dlp-policies/ 301
352352
/cloudflare-one/policies/data-loss-prevention/dlp-policies/payload-logging/ /cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/#log-the-payload-of-matched-rules 301
353353
/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#confidence-levels /cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#confidence-thresholds 301
354+
/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#context-analysis /cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#confidence-thresholds 301
354355
/cloudflare-one/policies/data-loss-prevention/exact-data-match/ /cloudflare-one/policies/data-loss-prevention/datasets/ 301
355356

356357
# ddos-protection

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings.mdx

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ This page lists the advanced settings available when configuring a [predefined](
1313

1414
Match count refers to the number of times that any enabled entry in the profile can be detected before an action is triggered, such as blocking or logging. For example, if you select a match count of 10, the scanned file or HTTP body must contain 11 or more matching strings. Detections do not have to be unique.
1515

16+
## Optical Character Recognition (OCR)
17+
18+
Optical Character Recognition (OCR) analyzes and interprets text within image files. When used with DLP profiles, OCR can detect sensitive data within images your users upload.
19+
20+
OCR supports scanning `.jpg`/`.jpeg` and `.png` files between 4 KB and 1 MB in size. Text is encoded in UTF-8 format, including support for non-Latin characters.
21+
22+
## AI context analysis <Badge text="Beta" variant="caution" size="small" /> {/* ai-context-analysis */}
23+
1624
## Confidence thresholds
1725

1826
Confidence thresholds indicate how confident Cloudflare DLP is in a DLP detection. DLP determines the confidence by inspecting the content for proximity keywords around the detection.
@@ -40,25 +48,3 @@ For inline detections in Gateway, to display Low and Medium confidence detection
4048
| Selector | Operator | Value | Action |
4149
| ----------- | -------- | ---------------------------- | ------ |
4250
| DLP Profile | in | _High Confidence Detections_ | Block |
43-
44-
## Optical Character Recognition (OCR) <Badge text="Beta" variant="caution" size="small" /> {/* optical-character-recognition-ocr */}
45-
46-
Optical Character Recognition (OCR) analyzes and interprets text within image files. When used with DLP profiles, OCR can detect sensitive data within images your users upload.
47-
48-
OCR supports scanning `.jpg`/`.jpeg` and `.png` files between 4 KB and 1 MB in size. Text is encoded in UTF-8 format, including support for non-Latin characters.
49-
50-
## Context analysis <Badge text="Deprecated" variant="caution" size="small" /> {/* context-analysis */}
51-
52-
:::caution
53-
Context analysis has been superseded by [confidence thresholds](#confidence-thresholds). DLP will migrate users who had context analysis turned on to confidence thresholds where applicable.
54-
:::
55-
56-
When it was available, context analysis restricted detections based on proximity keywords to prevent false positives. Proximity keywords had to be detected within a distance of 1000 bytes (~1000 characters) from the original detection to trigger an context-aware detection. For example, the string `123-45-6789` only counted as a detection if in proximity to keywords such as `ssn`.
57-
58-
DLP applied context analysis to traffic and the content of [supported files](/cloudflare-one/policies/data-loss-prevention/#supported-file-types). Supported detections included the [Financial Information](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/predefined-profiles/#financial-information) and [Social Security, Insurance, Tax, and Identifier Numbers](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/predefined-profiles/#social-security-insurance-tax-and-identifier-numbers) predefined profiles.
59-
60-
### Exclude files from context analysis
61-
62-
You could exclude the content of files from context analysis while still applying context analysis to traffic. For example, if you sent an email containing the string `123-45-6789`, DLP only counted a detection if the string was in proximity to keywords such as `ssn`. If you included a file in an email containing the string `123-45-6789`, DLP matched a detection regardless of keywords.
63-
64-
To exclude file content from context analysis, in **Exclude content type**, choose _Files_.

0 commit comments

Comments
 (0)