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
2 changes: 1 addition & 1 deletion src/content/changelogs/casb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ entries:
- publish_date: "2024-06-03"
title: Atlassian Bitbucket integration
description: |-
You can now scan their Bitbucket Cloud workspaces for a variety of contextualized security issues such as source code exposure, admin misconfigurations, and more.
You can now scan your Bitbucket Cloud workspaces for a variety of contextualized security issues such as source code exposure, admin misconfigurations, and more.
- publish_date: "2024-05-23"
title: Data-at-rest DLP for Box and Dropbox
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,24 @@ To begin quarantining downloaded files, turn on file sandboxing:

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

## Create test policy

To test if file sandboxing is working, you can create a Quarantine policy that matches the [Cloudflare Sandbox Test](https://sandbox.cloudflaredemos.com/):

1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Firewall policies**, then select **HTTP**.
2. Select **Add a policy**.
3. Add the following expression:

| Selector | Operator | Value | Action |
| -------- | -------- | ----------------------------- | ---------- |
| Host | is | `sandbox.cloudflaredemos.com` | Quarantine |

4. In **Sandbox file types**, select _ZIP Archive (zip)_.
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/).
6. Select **Download Test File**.

Gateway will quarantine and scan the file, display an interstitial status page in the browser, then release the file for download.

## Compatibility

### Supported file types
Expand Down
Loading