Skip to content

Commit 77786c4

Browse files
authored
Add case sensitivity to CWL (#22519)
1 parent 0ca2d55 commit 77786c4

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All data in uploaded EDM datasets is encrypted before reaching Cloudflare. To de
1919

2020
### Custom Wordlist
2121

22-
Custom Wordlist (CWL) protects non-sensitive data, such as intellectual property and SKU numbers.
22+
Custom Wordlist (CWL) protects non-sensitive data, such as intellectual property and SKU numbers. Optionally, CWL can detect case-sensitive data.
2323

2424
Cloudflare stores data from CWL datasets within DLP. Plaintext matches appear in payload logs.
2525

@@ -67,8 +67,9 @@ DLP will encrypt your dataset and save its hash.
6767
2. Select **Create new dataset**.
6868
3. Choose **Custom Wordlist**.
6969
4. Name your dataset. Optionally, add a description.
70-
5. In **Upload file**, choose your dataset file.
71-
6. Select **Save**.
70+
5. (Optional) In **Settings**, turn on **Enforce case sensitivity** to require matched values to contain exact capitalization.
71+
6. In **Upload file**, choose your dataset file.
72+
7. Select **Save**.
7273

7374
DLP will save your dataset in cleartext.
7475

0 commit comments

Comments
 (0)