Add DLP settings page for account-level DLP configuration#29967
Merged
marciocloudflare merged 4 commits intocloudflare:productionfrom Apr 23, 2026
Merged
Add DLP settings page for account-level DLP configuration#29967marciocloudflare merged 4 commits intocloudflare:productionfrom
marciocloudflare merged 4 commits intocloudflare:productionfrom
Conversation
Contributor
|
Branch has a merge conflict in To resolve: replace the inline key generation and masking sections in logging-options.mdx with links to the new page. The masking level labels need to be consistent. Which set matches the current dashboard UI? |
|
|
||
| ## Optical Character Recognition (OCR) | ||
|
|
||
| Optical Character Recognition (OCR) analyzes and interprets text within image files. When toggled on, OCR can detect sensitive data within images your users upload. |
Contributor
There was a problem hiding this comment.
Suggested change
| Optical Character Recognition (OCR) analyzes and interprets text within image files. When toggled on, OCR can detect sensitive data within images your users upload. | |
| Optical Character Recognition (OCR) analyzes and interprets text within image files. When turned on, OCR can detect sensitive data within images your users upload. |
|
|
||
| ## Migrate from profile-level settings | ||
|
|
||
| OCR and AI context analysis are available at both the profile level (**Data loss prevention** > **Profiles**) and the account level (**Data loss prevention** > **DLP settings**) during the migration period. When both are configured, DLP uses OR logic for evaluation — a match occurs if either the profile-level or account-level setting would trigger a detection. |
Contributor
There was a problem hiding this comment.
Suggested change
| OCR and AI context analysis are available at both the profile level (**Data loss prevention** > **Profiles**) and the account level (**Data loss prevention** > **DLP settings**) during the migration period. When both are configured, DLP uses OR logic for evaluation — a match occurs if either the profile-level or account-level setting would trigger a detection. | |
| OCR and AI context analysis are available at both the profile level (**Data loss prevention** > **Profiles**) and the account level (**Data loss prevention** > **DLP settings**) during the migration period. When both are configured, DLP uses OR logic for evaluation. A match occurs if either the profile-level or account-level setting would trigger a detection. |
|
|
||
| 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. | ||
|
|
||
| For more information on OCR, refer to [DLP settings](/cloudflare-one/data-loss-prevention/dlp-settings/#optical-character-recognition-ocr). |
Contributor
There was a problem hiding this comment.
Suggested change
| For more information on OCR, refer to [DLP settings](/cloudflare-one/data-loss-prevention/dlp-settings/#optical-character-recognition-ocr). | |
| For more information, refer to [DLP settings](/cloudflare-one/data-loss-prevention/dlp-settings/#optical-character-recognition-ocr). |
8b8374d to
b0e7c6d
Compare
Contributor
Author
|
@codyanthony850 updated! |
- Create new dlp-settings.mdx page with OCR, AI context analysis, payload encryption key, and payload log masking documentation - Update logging-options.mdx to link to new DLP settings page for encryption key and masking configuration - Update advanced-settings.mdx with deprecation notices for profile-level OCR and AI context analysis - Update troubleshoot-dlp.mdx sidebar order to 6 and link to new DLP settings for OCR
4942c8f to
9a786f2
Compare
marciocloudflare
approved these changes
Apr 23, 2026
nojvek
pushed a commit
to nojvek/cloudflare-docs
that referenced
this pull request
Apr 29, 2026
…#29967) * Add DLP settings page for account-level DLP configuration - Create new dlp-settings.mdx page with OCR, AI context analysis, payload encryption key, and payload log masking documentation - Update logging-options.mdx to link to new DLP settings page for encryption key and masking configuration - Update advanced-settings.mdx with deprecation notices for profile-level OCR and AI context analysis - Update troubleshoot-dlp.mdx sidebar order to 6 and link to new DLP settings for OCR * Fix dashboard URLs: use dash.cloudflare.com with Zero Trust path * Remove Beta badge from AI context analysis * Remove invalid tag to fix build --------- Co-authored-by: Cody Anthony <canthony@cloudflare.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dlp-settings.mdxpage documenting account-level DLP settings: OCR, AI context analysis, payload encryption key, and payload log maskinglogging-options.mdxto link to new DLP settings page for encryption key and masking configurationadvanced-settings.mdxwith deprecation notices for profile-level OCR and AI context analysis settings, linking to new DLP settings pagetroubleshoot-dlp.mdxsidebar order from 5 to 6 and update OCR link to point to new DLP settings pageRelated