Skip to content

Commit a388527

Browse files
committed
Update example policy
1 parent 4ef411d commit a388527

File tree

1 file changed

+5
-4
lines changed
  • src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-policies

1 file changed

+5
-4
lines changed

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-policies/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ DLP Profiles may be used alongside other Zero Trust rules in a [Gateway HTTP pol
3333

3434
3. Build an [HTTP policy](/cloudflare-one/policies/gateway/http-policies/) using the [DLP Profile](/cloudflare-one/policies/gateway/http-policies/#dlp-profile) selector. For example, the following policy prevents users from uploading sensitive data to any location other than an approved corporate application:
3535

36-
| Selector | Operator | Value | Logic | Action |
37-
| ------------ | -------- | ------------------------------ | ----- | ------ |
38-
| DLP Profiles | in | `U.S. Social Security Numbers` | And | Block |
39-
| Application | not in | `Workday` | | |
36+
| Selector | Operator | Value | Logic | Action |
37+
| ----------- | -------- | -------------------------------------------------------- | ----- | ------ |
38+
| DLP Profile | in | _Social Security, Insurance, Tax, and Identifer Numbers_ | And | Block |
39+
| HTTP Method | in | _POST_ | And | |
40+
| Application | not in | _Workday_ | | |
4041

4142
4. Select **Create policy**.
4243

0 commit comments

Comments
 (0)