diff --git a/src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx b/src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx index 300981c4b23c6f7..1a9a99c3c5f2ea5 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx @@ -482,7 +482,7 @@ Use these selectors to limit the file size of upload or download transactions. F The **Download File Types** and **Upload File Types** selectors supersede the **Download File Type** and **Upload File Type** selectors. Gateway will still evaluate policies with the previous selectors. However, Cloudflare recommends migrating any policies with deprecated selectors to the new corresponding selectors. ::: -These selectors will scan file signatures in the HTTP body. You can select from file categories or specific file types, such as executables, archives and compressed files, Microsoft 365/Office documents, and Adobe files: +These selectors will scan file signatures in the HTTP body. You can select from file categories or specific file types, such as executables, archives and compressed files, unscannable files, Microsoft 365/Office documents, and Adobe files:
@@ -529,6 +529,13 @@ These selectors will scan file signatures in the HTTP body. You can select from - BitTorrent file (`.torrent`) +**Unscannable** + +- Password-protected Microsoft Office document +- Password-protected PDF +- Password-protected ZIP archive +- Unscannable ZIP archive +
| UI name | API example | diff --git a/src/content/release-notes/gateway.yaml b/src/content/release-notes/gateway.yaml index 30b41c3723441d2..75d87abde31e795 100644 --- a/src/content/release-notes/gateway.yaml +++ b/src/content/release-notes/gateway.yaml @@ -5,10 +5,14 @@ productLink: "/cloudflare-one/policies/gateway/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: + - publish_date: "2025-02-13" + title: Unscannable files for Download and Upload File Types selectors + description: |- + Gateway and DLP users can now match [unscannable files](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-file-types) with the Download and Upload File Types traffic selectors for HTTP policies. This update allows users to block files that are password-protected, compressed, or otherwise unscannable. - publish_date: "2025-02-12" - title: The default global Cloudflare root certificate expired on 2025-02-02 at 16:05 UTC + title: Upload/Download File Size selectors for HTTP policies description: |- - Gateway and DLP users can now create HTTP policies with the [Upload/Download File Size (MiB)](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-file-size) traffic selectors. This update allows users to block uploads or downloads based on file size. + Gateway and DLP users can now create HTTP policies with the [Download and Upload File Size (MiB)](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-file-size) traffic selectors. This update allows users to block uploads or downloads based on file size. - publish_date: "2025-02-02" title: The default global Cloudflare root certificate expired on 2025-02-02 at 16:05 UTC description: |-