Skip to content

Commit 50cae9a

Browse files
committed
Add block notifications to AV scanning
1 parent bf45e78 commit 50cae9a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ To turn on AV scanning:
1818
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **Network**.
1919
2. In **Firewall**, turn on **AV inspection**.
2020
3. Choose whether to scan files for malicious payloads during uploads, downloads, or both. You can also block requests containing [non-scannable files](#non-scannable-files).
21+
4. (Optional) Turn on **Display AV block notification for WARP Client** to send [block notifications](#warp-client-block-notifications) to users connected to Gateway with the WARP Client when AV inspection blocks a file.
2122

2223
When a request is blocked due to the presence of malware, Gateway will log the match as a Block decision in your [HTTP logs](/cloudflare-one/insights/logs/gateway-logs/#http-logs).
2324

25+
### WARP client block notifications
26+
27+
<Render file="gateway/client-notifications" />
28+
2429
## File scan criteria
2530

2631
If AV scanning is turned on, Gateway will use the following criteria to determine whether a file is present in a request or response, and whether to scan that file. The first match will result in the file being scanned.

src/content/partials/cloudflare-one/gateway/client-notifications.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ Turn on **Display block notification for WARP client** to display notifications
2525

2626
Upon selecting the notification, WARP will direct your users to a block page. Optionally, you can direct users to a custom URL, such as an internal support form.
2727

28+
<Render file="gateway/policy-context" product="cloudflare-one" />
29+
2830
<Render file="gateway/client-notifications-os" product="cloudflare-one" />

0 commit comments

Comments
 (0)