Skip to content

Commit 59443c3

Browse files
authored
Add new AV limit (#20502)
1 parent 6366a32 commit 59443c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Gateway cannot scan [certain archive files](#non-scannable-files) regardless of
105105

106106
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).
107107

108-
<Render file="gateway/nonscannable-files" />
108+
<Render file="gateway/nonscannable-files" params={{ fileSizeLimitMB: "100" }} />
109109

110110
- Password protected archives
111111
- Archives with more than three recursion levels

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ Gateway will quarantine and scan the file, display an interstitial status page i
8181

8282
### Non-scannable files
8383

84-
<Render file="gateway/nonscannable-files" />
84+
<Render file="gateway/nonscannable-files" params={{ fileSizeLimitMB: "15" }} />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
{}
2+
inputParameters: fileSizeLimitMB
33
---
44

55
Gateway cannot scan requests containing the following files:
66

7-
- Files larger than 15 MB
7+
- Files larger than {props.fileSizeLimitMB} MB
88
- PGP encrypted files

0 commit comments

Comments
 (0)