Skip to content

Commit fe4fb86

Browse files
committed
Remove special-class divs
1 parent fb3f7c1 commit fe4fb86

File tree

4 files changed

+17
-32
lines changed

4 files changed

+17
-32
lines changed

src/content/docs/cloudflare-one/policies/gateway/lists.mdx

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ pcx_content_type: how-to
33
title: Lists
44
sidebar:
55
order: 13
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
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.
1211

@@ -16,12 +15,12 @@ Before creating a list, make note of the [limitations](#limitations).
1615

1716
Lists can contain a single type of data each. Supported data types include:
1817

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
2524

2625
<Render file="gateway/lists" />
2726

@@ -31,10 +30,10 @@ Lists can contain a single type of data each. Supported data types include:
3130

3231
2. Select **Edit**. This will allow you to:
3332

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.
3837

3938
3. Once you have edited your list, select **Save**.
4039

@@ -46,7 +45,7 @@ Your lists can include up to 1,000 entries for Standard plans and 5,000 for Ente
4645

4746
### Duplicate entries
4847

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.
5049

5150
### URL slashes
5251

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
inputParameters: type1;;example2;;example3
3-
2+
params:
3+
- type1
4+
- example2
5+
- example3
46
---
57

6-
import { Markdown } from "~/components"
7-
8-
<div class="special-class" markdown="1">
9-
10-
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.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
22
{}
3-
43
---
54

6-
<div class="special-class" markdown="1">
7-
85
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.
9-
10-
</div>
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
22
{}
3-
43
---
54

6-
<div class="special-class" markdown="1">
7-
85
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.
9-
10-
</div>

0 commit comments

Comments
 (0)