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 @@ -105,7 +105,7 @@ Gateway cannot scan [certain archive files](#non-scannable-files) regardless of

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

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

- Password protected archives
- Archives with more than three recursion levels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Gateway will quarantine and scan the file, display an interstitial status page i

### Non-scannable files

<Render file="gateway/nonscannable-files" />
<Render file="gateway/nonscannable-files" params={{ fileSizeLimitMB: "15" }} />
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
{}
inputParameters: fileSizeLimitMB
---

Gateway cannot scan requests containing the following files:

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