Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Details header="Supported file types">

Expand Down Expand Up @@ -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

</Details>

| UI name | API example |
Expand Down
8 changes: 6 additions & 2 deletions src/content/release-notes/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
Loading