Cloudflare changelogs | Data Loss PreventionCloudflare changelogs for Data Loss Preventionhttps://developers.cloudflare.com/changelog/Data Loss Prevention - Expanded File Type Controls for Executables and Disk Imageshttps://developers.cloudflare.com/changelog/2025-10-01-new-file-type-support/https://developers.cloudflare.com/changelog/2025-10-01-new-file-type-support/<p>You can now enhance your security posture by blocking additional application installer and disk image file types with Cloudflare Gateway. Preventing the download of unauthorized software packages is a critical step in securing endpoints from malware and unwanted applications.</p> <p>We have expanded Gateway's file type controls to include:</p> <ul> <li>Apple Disk Image (dmg)</li> <li>Microsoft Software Installer (msix, appx)</li> <li>Apple Software Package (pkg)</li> </ul> <p>You can find these new options within the <a href="https://developers.cloudflare.com/cloudflare-one/traffic-policies/http-policies/#download-and-upload-file-types"><em>Upload File Types</em> and <em>Download File Types</em> selectors</a> when creating or editing an HTTP policy. The file types are categorized as follows:</p> <ul> <li><strong>System</strong>: <em>Apple Disk Image (dmg)</em></li> <li><strong>Executable</strong>: <em>Microsoft Software Installer (msix)</em>, <em>Microsoft Software Installer (appx)</em>, <em>Apple Software Package (pkg)</em></li> </ul> <p>To ensure these file types are blocked effectively, please note the following behaviors:</p> <ul> <li>DMG: Due to their file structure, DMG files are blocked at the very end of the transfer. A user's download may appear to progress but will fail at the last moment, preventing the browser from saving the file.</li> <li>MSIX: To comprehensively block Microsoft Software Installers, you should also include the file type <em>Unscannable</em>. MSIX files larger than 100 MB are identified as Unscannable ZIP files during inspection.</li> </ul> <p>To get started, go to your HTTP policies in Zero Trust. For a full list of file types, refer to <a href="https://developers.cloudflare.com/cloudflare-one/traffic-policies/http-policies/#supported-file-types">supported file types</a>.</p>Wed, 01 Oct 2025 00:00:00 GMTData Loss PreventionData Loss PreventionGateway, Data Loss Prevention - Refine DLP Scans with New Body Phase Selectorhttps://developers.cloudflare.com/changelog/2025-09-25-body-phase-selector/https://developers.cloudflare.com/changelog/2025-09-25-body-phase-selector/<p>You can now more precisely control your HTTP DLP policies by specifying whether to scan the request or response body, helping to reduce false positives and target specific data flows.</p> <p>In the Gateway HTTP policy builder, you will find a new selector called <em>Body Phase</em>. This allows you to define the direction of traffic the DLP engine will inspect:</p> <ul> <li><em>Request Body</em>: Scans data sent from a user's machine to an upstream service. This is ideal for monitoring data uploads, form submissions, or other user-initiated data exfiltration attempts.</li> <li><em>Response Body</em>: Scans data sent to a user's machine from an upstream service. Use this to inspect file downloads and website content for sensitive data.</li> </ul> <p>For example, consider a policy that blocks Social Security Numbers (SSNs). Previously, this policy might trigger when a user visits a website that contains example SSNs in its content (the response body). Now, by setting the <strong>Body Phase</strong> to <em>Request Body</em>, the policy will only trigger if the user attempts to upload or submit an SSN, ignoring the content of the web page itself.</p> <p>All policies without this selector will continue to scan both request and response bodies to ensure continued protection.</p> <p>For more information, refer to <a href="https://developers.cloudflare.com/cloudflare-one/traffic-policies/http-policies/#body-phase/">Gateway HTTP policy selectors</a>.</p>Thu, 25 Sep 2025 00:00:00 GMTGatewayGatewayData Loss PreventionData Loss Prevention - New DLP topic based detection entries for AI prompt protectionhttps://developers.cloudflare.com/changelog/2025-08-25-ai-prompt-protection/https://developers.cloudflare.com/changelog/2025-08-25-ai-prompt-protection/<p>You now have access to a comprehensive suite of capabilities to secure your organization's use of generative AI. AI prompt protection introduces four key features that work together to provide deep visibility and granular control.</p> <ol> <li><strong>Prompt Detection for AI Applications</strong></li> </ol> <p>DLP can now natively detect and inspect user prompts submitted to popular AI applications, including <strong>Google Gemini</strong>, <strong>ChatGPT</strong>, <strong>Claude</strong>, and <strong>Perplexity</strong>.</p> <ol> <li><strong>Prompt Analysis and Topic Classification</strong></li> </ol> <p>Our DLP engine performs deep analysis on each prompt, applying <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/detection-entries/#ai-prompt-topics">topic classification</a>. These topics are grouped into two evaluation categories:</p> <ul> <li> <p><strong>Content:</strong> PII, Source Code, Credentials and Secrets, Financial Information, and Customer Data.</p> </li> <li> <p><strong>Intent:</strong> Jailbreak attempts, requests for malicious code, or attempts to extract PII.</p> </li> </ul> <p>To help you apply these topics quickly, we have also released five new predefined profiles (for example, AI Prompt: AI Security, AI Prompt: PII) that bundle these new topics.</p> <starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/ai-prompt-detection-entry.4QmdkAuv_1OGLqX.webp" alt="DLP"></starlight-image-zoom-zoomable> <ol> <li> <p><strong>Granular Guardrails</strong></p> <p>You can now build guardrails using Gateway HTTP policies with <a href="https://developers.cloudflare.com/cloudflare-one/traffic-policies/http-policies/#application-granular-controls">application granular controls</a>. Apply a DLP profile containing an <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/detection-entries/#ai-prompt-topics">AI prompt topic detection</a> to individual AI applications (for example, <code>ChatGPT</code>) and specific user actions (for example, <code>SendPrompt</code>) to block sensitive prompts.</p> <p><starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/ai-prompt-policy.CF3H2rbK_Z1leRrd.webp" alt="DLP"></starlight-image-zoom-zoomable></p> </li> <li> <p><strong>Full Prompt Logging</strong></p> <p>To aid in incident investigation, an optional setting in your Gateway policy allows you to <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/dlp-policies/logging-options/#log-generative-ai-prompt-content">capture prompt logs</a> to store the full interaction of prompts that trigger a policy match. To make investigations easier, logs can be filtered by <code>conversation_id</code>, allowing you to reconstruct the full context of an interaction that led to a policy violation.</p> <p><starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/ai-prompt-log.ywQDc5qN_285cvc.webp" alt="DLP"></starlight-image-zoom-zoomable></p> </li> </ol> <p>AI prompt protection is now available in open beta. To learn more about it, read the <a href="https://blog.cloudflare.com/ai-prompt-protection/#closing-the-loop-logging" target="_blank">blog</a> or refer to <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/detection-entries/#ai-prompt-topics">AI prompt topics</a>.</p>Mon, 25 Aug 2025 00:00:00 GMTData Loss PreventionData Loss PreventionData Loss Prevention - New detection entry type: Document Matching for DLPhttps://developers.cloudflare.com/changelog/2025-07-17-document-matching/https://developers.cloudflare.com/changelog/2025-07-17-document-matching/<p>You can now create <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/detection-entries/#documents">document-based</a> detection entries in DLP by uploading example documents. Cloudflare will encrypt your documents and create a unique fingerprint of the file. This fingerprint is then used to identify similar documents or snippets within your organization's traffic and stored files.</p> <starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/document-match.CcN8pGgR_8o13J.webp" alt="DLP"></starlight-image-zoom-zoomable> <p><strong>Key features and benefits:</strong></p> <ul> <li> <p><strong>Upload documents, forms, or templates:</strong> Easily upload .docx and .txt files (up to 10 MB) that contain sensitive information you want to protect.</p> </li> <li> <p><strong>Granular control with similarity percentage:</strong> Define a minimum similarity percentage (0-100%) that a document must meet to trigger a detection, reducing false positives.</p> </li> <li> <p><strong>Comprehensive coverage:</strong> Apply these document-based detection entries in:</p> <ul> <li> <p><strong>Gateway policies:</strong> To inspect network traffic for sensitive documents as they are uploaded or shared.</p> </li> <li> <p><strong>CASB (Cloud Access Security Broker):</strong> To scan files stored in cloud applications for sensitive documents at rest.</p> </li> </ul> </li> <li> <p><strong>Identify sensitive data:</strong> This new detection entry type is ideal for identifying sensitive data within completed forms, templates, or even small snippets of a larger document, helping you prevent data exfiltration and ensure compliance.</p> </li> </ul> <p>Once uploaded and processed, you can add this new document entry into a DLP profile and policies to enhance your data protection strategy.</p>Thu, 17 Jul 2025 00:00:00 GMTData Loss PreventionData Loss PreventionData Loss Prevention, CASB, Cloudflare One - Data Security Analytics in the Zero Trust dashboardhttps://developers.cloudflare.com/changelog/cf1-data-security-analytics-v1/https://developers.cloudflare.com/changelog/cf1-data-security-analytics-v1/<p>Zero Trust now includes <strong>Data security analytics</strong>, providing you with unprecedented visibility into your organization sensitive data.</p> <p>The new dashboard includes:</p> <ul> <li> <p><strong>Sensitive Data Movement Over Time:</strong></p> <ul> <li>See patterns and trends in how sensitive data moves across your environment. This helps understand where data is flowing and identify common paths.</li> </ul> </li> <li> <p><strong>Sensitive Data at Rest in SaaS &#x26; Cloud:</strong></p> <ul> <li>View an inventory of sensitive data stored within your corporate SaaS applications (for example, Google Drive, Microsoft 365) and cloud accounts (such as AWS S3).</li> </ul> </li> <li> <p><strong>DLP Policy Activity:</strong></p> <ul> <li>Identify which of your Data Loss Prevention (DLP) policies are being triggered most often.</li> <li>See which specific users are responsible for triggering DLP policies.</li> </ul> </li> </ul> <starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/cf1-data-security-analytics-v1.BGl6fYXl_Z20un3h.webp" alt="Data Security Analytics"></starlight-image-zoom-zoomable> <p>To access the new dashboard, log in to <a href="https://one.dash.cloudflare.com/" target="_blank">Zero Trust</a> and go to <strong>Analytics</strong> on the sidebar.</p>Mon, 23 Jun 2025 09:00:00 GMTData Loss PreventionData Loss PreventionCASBCloudflare OneData Loss Prevention - Case Sensitive Custom Word Listshttps://developers.cloudflare.com/changelog/2025-05-12-case-sensitive-cwl/https://developers.cloudflare.com/changelog/2025-05-12-case-sensitive-cwl/<p>You can now configure <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/detection-entries/#custom-wordlist">custom word lists</a> to enforce case sensitivity. This setting supports flexibility where needed and aims to reduce false positives where letter casing is critical.</p> <starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/case-sesitive-cwl.MPuOc_3r_2hrao0.webp" alt="dlp"></starlight-image-zoom-zoomable>Mon, 12 May 2025 00:00:00 GMTData Loss PreventionData Loss PreventionData Loss Prevention - Send forensic copies to storage without DLP profileshttps://developers.cloudflare.com/changelog/2025-05-07-forensic-copy-update/https://developers.cloudflare.com/changelog/2025-05-07-forensic-copy-update/<p>You can now <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/dlp-policies/logging-options/#send-http-requests-to-logpush-destination/">send DLP forensic copies</a> to third-party storage for any HTTP policy with an <code>Allow</code> or <code>Block</code> action, without needing to include a DLP profile. This change increases flexibility for data handling and forensic investigation use cases.</p> <p>By default, Gateway will send all matched HTTP requests to your configured DLP Forensic Copy jobs.</p> <starlight-image-zoom-zoomable><img src="https://developers.cloudflare.com/_astro/forensic-copies-for-all.fxeFrCY4_1rLkLy.webp" alt="DLP"></starlight-image-zoom-zoomable>Wed, 07 May 2025 00:00:00 GMTData Loss PreventionData Loss PreventionData Loss Prevention - New predefined detection entry for ICD-11https://developers.cloudflare.com/changelog/2025-04-14-icd11-support/https://developers.cloudflare.com/changelog/2025-04-14-icd11-support/<p>You now have access to the World Health Organization (WHO) 2025 edition of the <a href="https://www.who.int/news/item/14-02-2025-who-releases-2025-update-to-the-international-classification-of-diseases-%28icd-11%29" target="_blank">International Classification of Diseases 11th Revision (ICD-11)</a> as a predefined detection entry. The new dataset can be found in the <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/dlp-profiles/predefined-profiles/#health-information">Health Information</a> predefined profile.</p> <p>ICD-10 dataset remains available for use.</p>Mon, 14 Apr 2025 00:00:00 GMTData Loss PreventionData Loss PreventionData Loss Prevention, Gateway - Block files that are password-protected, compressed, or otherwise unscannable.https://developers.cloudflare.com/changelog/2025-02-13-improvements-unscannable-files/https://developers.cloudflare.com/changelog/2025-02-13-improvements-unscannable-files/<p>Gateway HTTP policies can now block files that are password-protected, compressed, or otherwise unscannable.</p> <p>These unscannable files are now matched with the <a href="https://developers.cloudflare.com/cloudflare-one/traffic-policies/http-policies/#download-and-upload-file-types">Download and Upload File Types traffic selectors</a> for HTTP policies:</p> <ul> <li>Password-protected Microsoft Office document</li> <li>Password-protected PDF</li> <li>Password-protected ZIP archive</li> <li>Unscannable ZIP archive</li> </ul> <p>To get started inspecting and modifying behavior based on these and other rules, refer to <a href="https://developers.cloudflare.com/cloudflare-one/traffic-policies/initial-setup/http/">HTTP filtering</a>.</p>Mon, 03 Feb 2025 00:00:00 GMTData Loss PreventionData Loss PreventionGatewayData Loss Prevention - Detect source code leaks with Data Loss Preventionhttps://developers.cloudflare.com/changelog/2025-01-03-source-code-confidence-level/https://developers.cloudflare.com/changelog/2025-01-03-source-code-confidence-level/<p>You can now detect source code leaks with Data Loss Prevention (DLP) with predefined checks against common programming languages.</p> <p>The following programming languages are validated with natural language processing (NLP).</p> <ul> <li>C</li> <li>C++</li> <li>C#</li> <li>Go</li> <li>Haskell</li> <li>Java</li> <li>JavaScript</li> <li>Lua</li> <li>Python</li> <li>R</li> <li>Rust</li> <li>Swift</li> </ul> <p>DLP also supports confidence level for <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/dlp-profiles/predefined-profiles/#source-code">source code profiles</a>.</p> <p>For more details, refer to <a href="https://developers.cloudflare.com/cloudflare-one/data-loss-prevention/dlp-profiles/">DLP profiles</a>.</p>Mon, 20 Jan 2025 00:00:00 GMTData Loss PreventionData Loss PreventionAccess, Browser Isolation, CASB, Cloudflare Tunnel, Digital Experience Monitoring, Data Loss Prevention, Email security, Gateway, Magic Cloud Networking, Magic Firewall, Magic Network Monitoring, Magic Transit, Magic WAN, Network Interconnect, Risk Score, Zero Trust WARP Client - Explore product updates for Cloudflare Onehttps://developers.cloudflare.com/changelog/2024-06-16-cloudflare-one/https://developers.cloudflare.com/changelog/2024-06-16-cloudflare-one/<p>Welcome to your new home for product updates on <a href="https://developers.cloudflare.com/cloudflare-one/">Cloudflare One</a>.</p> <p>Our <a href="https://developers.cloudflare.com/changelog/">new changelog</a> lets you read about changes in much more depth, offering in-depth examples, images, code samples, and even gifs.</p> <p>If you are looking for older product updates, refer to the following locations.</p> <details> <summary><p>Older product updates</p> </summary> <ul> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/access/">Access</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/browser-isolation/">Browser Isolation</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/casb/">CASB</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/tunnel/">Cloudflare Tunnel</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/dlp/">Data Loss Prevention</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/dex/">Digital Experience Monitoring</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/email-security/">Email security</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/gateway/">Gateway</a></li> <li><a href="https://developers.cloudflare.com/magic-cloud-networking/changelog/">Magic Cloud Networking</a></li> <li><a href="https://developers.cloudflare.com/magic-firewall/changelog/">Magic Firewall</a></li> <li><a href="https://developers.cloudflare.com/magic-network-monitoring/changelog/">Magic Network Monitoring</a></li> <li><a href="https://developers.cloudflare.com/magic-transit/changelog/">Magic Transit</a></li> <li><a href="https://developers.cloudflare.com/magic-wan/changelog/">Magic WAN</a></li> <li><a href="https://developers.cloudflare.com/network-interconnect/changelog/">Network Interconnect</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/risk-score/">Risk score</a></li> <li><a href="https://developers.cloudflare.com/cloudflare-one/changelog/warp/">Zero Trust WARP Client</a></li> </ul> </details>Sun, 16 Jun 2024 00:00:00 GMTAccessAccessBrowser IsolationCASBCloudflare TunnelDigital Experience MonitoringData Loss PreventionEmail securityGatewayMagic Cloud NetworkingMagic FirewallMagic Network MonitoringMagic TransitMagic WANNetwork InterconnectRisk ScoreZero Trust WARP Client