Skip to content

Commit 3d32791

Browse files
authored
[DLP] AV scanning plan file size limits (#22227)
1 parent a06e782 commit 3d32791

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/antivirus-scanning.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,13 @@ Gateway cannot scan [certain archive files](#non-scannable-files) regardless of
114114

115115
Gateway cannot scan all files for malware. When Gateway encounters a non-scannable file, you can configure AV scanning whether to fail open (allow the file to pass through unscanned) or to fail closed (deny the file transfer).
116116

117-
<Render file="gateway/nonscannable-files" params={{ fileSizeLimitMB: "100" }} />
117+
Gateway cannot scan requests containing the following files:
118118

119+
- Files larger than:
120+
- 15 MB on Free plans
121+
- 25 MB on Pay-as-you-go plans
122+
- 100 MB on Enterprise plans
123+
- PGP encrypted files
119124
- Password protected archives
120125
- Archives with more than three recursion levels
121126
- Archives with more than 300 files

src/content/docs/cloudflare-one/policies/gateway/http-policies/file-sandboxing.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ Gateway executes quarantined files in a sandboxed Windows operating system envir
8585

8686
### Non-scannable files
8787

88-
<Render file="gateway/nonscannable-files" params={{ fileSizeLimitMB: "100" }} />
88+
Gateway cannot scan requests containing the following files:
89+
90+
- Files larger than 100 MB
91+
- PGP encrypted files

src/content/partials/cloudflare-one/gateway/nonscannable-files.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)