Skip to content

Commit ad01af8

Browse files
committed
Add test site procedure
1 parent 4e4a2b8 commit ad01af8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,24 @@ To begin quarantining downloaded files, turn on file sandboxing:
5555

5656
You can now create [Quarantine HTTP policies](/cloudflare-one/policies/gateway/http-policies/#quarantine) to determine what files to scan in the sandbox.
5757

58+
## Test file sandboxing
59+
60+
To test file sandboxing, you can create a Quarantine policy that matches the [Cloudflare Sandbox Test](https://sandbox.cloudflaredemos.com/):
61+
62+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Firewall policies**, then select **HTTP**.
63+
2. Select **Add a policy**.
64+
3. Add the following expression:
65+
66+
| Selector | Operator | Value | Action |
67+
| -------- | -------- | ----------------------------- | ---------- |
68+
| Host | is | `sandbox.cloudflaredemos.com` | Quarantine |
69+
70+
4. In **Sandbox file types**, select _ZIP Archive (zip)_.
71+
5. From a device [connected to your Zero Trust organization](/cloudflare-one/connections/connect-devices/), open a browser and go to the [Cloudflare Sandbox Test](https://sandbox.cloudflaredemos.com/).
72+
6. Select **Download Test File**.
73+
74+
Before downloading the test file to the device, Gateway will quarantine and scan the file while displaying an interstitial status page.
75+
5876
## Compatibility
5977

6078
### Supported file types

0 commit comments

Comments
 (0)