Skip to content

Commit 18602f7

Browse files
committed
Add changelog entry
1 parent cba5cd3 commit 18602f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/content/changelogs/dlp.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ productLink: "/cloudflare-one/policies/data-loss-prevention/"
55
productArea: Cloudflare One
66
productAreaLink: /cloudflare-one/changelog/
77
entries:
8+
- publish_date: "2024-11-25"
9+
title: Profile confidence levels
10+
description: |-
11+
DLP profiles now support setting a [confidence level](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#confidence-levels) to choose how tolerant its detections are to false positives based on the context of the detection. The higher a profile's confidence level is, the less false positives will be allowed. Confidence levels include Low, Medium, or High. DLP profile confidence levels supersede [context analysis](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#context-analysis).
812
- publish_date: "2024-11-01"
913
title: Send entire HTTP requests to a Logpush destination
1014
description: |-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ For inline detections in Gateway, to display Low and Medium confidence detection
4141
| ----------- | -------- | ---------------------------- | ------ |
4242
| DLP Profile | in | _High Confidence Detections_ | Block |
4343

44-
## Optical Character Recognition (OCR) <Badge text="Beta" variant="caution" size="small" />
44+
## Optical Character Recognition (OCR) <Badge text="Beta" variant="caution" size="small" /> {/* optical-character-recognition-ocr */}
4545

4646
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.
4747

4848
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.
4949

50-
## Context analysis <Badge text="Deprecated" variant="caution" size="small" />
50+
## Context analysis <Badge text="Deprecated" variant="caution" size="small" /> {/* context-analysis */}
5151

5252
:::caution
5353
Context analysis has been superseded by [confidence levels](#confidence-levels). DLP will migrate users who had context analysis turned on to confidence levels where applicable.

0 commit comments

Comments
 (0)