You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/gateway/lists.mdx
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,9 @@ pcx_content_type: how-to
3
3
title: Lists
4
4
sidebar:
5
5
order: 13
6
-
7
6
---
8
7
9
-
import { Render } from"~/components"
8
+
import { Render } from"~/components";
10
9
11
10
With Cloudflare Zero Trust, you can create lists of URLs, hostnames, or other entries to reference when creating [Gateway policies](/cloudflare-one/policies/gateway/) or [Access policies](/cloudflare-one/policies/access/). This allows you to quickly create rules that match and take actions against several items at once.
12
11
@@ -16,12 +15,12 @@ Before creating a list, make note of the [limitations](#limitations).
16
15
17
16
Lists can contain a single type of data each. Supported data types include:
18
17
19
-
* URLs
20
-
* Hostnames
21
-
* Serial numbers
22
-
* User email addresses
23
-
* IP addresses
24
-
* Device ID numbers
18
+
- URLs
19
+
- Hostnames
20
+
- Serial numbers
21
+
- User email addresses
22
+
- IP addresses
23
+
- Device ID numbers
25
24
26
25
<Renderfile="gateway/lists" />
27
26
@@ -31,10 +30,10 @@ Lists can contain a single type of data each. Supported data types include:
31
30
32
31
2. Select **Edit**. This will allow you to:
33
32
34
-
* Edit list name and description by selecting on the three-dots menu to the right of your list's name.
35
-
* Delete the list by selecting the three-dots menu to the right of your list's name.
36
-
* Delete individual entries.
37
-
* Manually add entries to your list.
33
+
- Edit list name and description by selecting on the three-dots menu to the right of your list's name.
34
+
- Delete the list by selecting the three-dots menu to the right of your list's name.
35
+
- Delete individual entries.
36
+
- Manually add entries to your list.
38
37
39
38
3. Once you have edited your list, select **Save**.
40
39
@@ -46,7 +45,7 @@ Your lists can include up to 1,000 entries for Standard plans and 5,000 for Ente
46
45
47
46
### Duplicate entries
48
47
49
-
Lists cannot have duplicate entries. Because hostnames are converted to [Punycode](https://www.rfc-editor.org/rfc/rfc3492.txt), multiple list entries that convert to the same string will count as duplicates. For example, `éxàmple.com` converts to `xn—xmple-rqa5d.com`, so including both `éxàmple.com` and `xn—xmple-rqa5d.com` in a list will result in an error.
48
+
Lists cannot have duplicate entries. Because hostnames are converted to [Punycode](https://www.rfc-editor.org/rfc/rfc3492.txt), multiple list entries that convert to the same string will count as duplicates. For example, `éxàmple.com` converts to `xn—xmple-rqa5d.com`, so including both `éxàmple.com` and `xn—xmple-rqa5d.com` in a list will result in a duplicate error.
If a condition in an expression joins a {props.one} attribute (such as *{props.two}*) and a response attribute (such as *{props.three}*), then the condition will be evaluated when the response is received.
11
-
12
-
</div>
8
+
If a condition in an expression joins a {props.one} attribute (such as _{props.two}_) and a response attribute (such as _{props.three}_), then the condition will be evaluated when the response is received.
Gateway ignores trailing forward slashes (`/`) in URLs. For example, `https://example.com` and `https://example.com/` will count as the same URL and may return a duplicate error.
You can implement this policy by either creating custom blocklists or by using blocklists provided by threat intelligence partners or regional Computer Emergency and Response Teams (CERTs). Ideally, your CERTs can update the blocklist with an [API automation](/security-center/intel-apis/) to provide real-time threat protection.
0 commit comments