From 3aa1d612c137f434ef67c17e4470ee70380fe532 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Tue, 2 Sep 2025 17:04:52 -0500 Subject: [PATCH 1/2] Add ZIP file limitations --- .../docs/cloudflare-one/policies/data-loss-prevention/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx b/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx index 67ec9349a084c9..92d07d8b16a3f1 100644 --- a/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx +++ b/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx @@ -49,4 +49,4 @@ DLP will scan the text contained in Microsoft Office and PDF files. ### Size -The maximum file size is 100 MB. Size limitation is assessed against the file after unzipping. ZIP files can be recursively compressed a maximum of 10 times. +DLP can scan files less than or equal to 100 MB in size. ZIP files can be recursively compressed a maximum of 10 times, and each content file within the ZIP file must be less than or equal to 20 MB in size. From 3b90f2b1937c6c03eda0ea0ef663e9668f2c0fd1 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Tue, 2 Sep 2025 17:11:39 -0500 Subject: [PATCH 2/2] Add reporting --- .../cloudflare-one/policies/data-loss-prevention/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx b/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx index 92d07d8b16a3f1..06b717980db70c 100644 --- a/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx +++ b/src/content/docs/cloudflare-one/policies/data-loss-prevention/index.mdx @@ -38,15 +38,15 @@ To get started, refer to [Scan SaaS applications with DLP](/cloudflare-one/appli ### Formats -DLP supports scanning the following file types: +DLP supports reporting and scanning the following file types: - Text and CSV - Microsoft Office 2007 and later (`.docx`, `.xlsx,` `.pptx`), including Microsoft 365 - PDF - ZIP files containing the above -DLP will scan the text contained in Microsoft Office and PDF files. +DLP will scan the text contained in text, Microsoft Office, and PDF files. ### Size -DLP can scan files less than or equal to 100 MB in size. ZIP files can be recursively compressed a maximum of 10 times, and each content file within the ZIP file must be less than or equal to 20 MB in size. +DLP can scan files less than or equal to 100 MB in size. ZIP files can be recursively compressed a maximum of 10 times, and each content file within the ZIP file must be less than or equal to 200 MB in uncompressed size.