Skip to content

Commit 04b62a0

Browse files
committed
Remove more bad characters
1 parent ef1d469 commit 04b62a0

File tree

4 files changed

+24
-25
lines changed

4 files changed

+24
-25
lines changed

src/content/changelogs/gateway.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ productArea: Cloudflare One
66
productAreaLink: /cloudflare-one/changelog/
77
entries:
88
- publish_date: "2024-11-20"
9-
title: Category Filtering in the Network Policy Builder
10-
description: |-
11-
Gateway users can now create Network Policies with Content Categories and Security Risks traffic selectors. This update simplifies malicious traffic blocking and streamlines network monitoring for improved security management.
9+
title: Category filtering in the network policy builder
10+
description: |-
11+
Gateway users can now create network policies with the Content Categories and Security Risks traffic selectors. This update simplifies malicious traffic blocking and streamlines network monitoring for improved security management.
1212
- publish_date: "2024-10-17"
1313
title: Per-account Cloudflare root certificate
1414
description: |-

src/content/docs/cloudflare-one/identity/idp-integration/signed_authn.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ To set up Signed AuthN requests:
3333

3434
Cloudflare Access uses a certificate that includes the following 2 distinguished name fields:
3535

36-
- **Issuer Distinguished Name** `CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare`
37-
- **Subject Distinguished Name** `CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare`
36+
- **Issuer Distinguished Name** - `CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare`
37+
- **Subject Distinguished Name** - `CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare`
3838

3939
Most IdP configurations require 3 components to enforce AuthN signature verification:
4040

src/content/docs/cloudflare-one/policies/gateway/dns-policies/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,14 @@ Use this selector to filter DNS responses by their `TXT` records.
359359

360360
Use this selector to filter based on the continent that the query resolves to. Geolocation is determined from the IP address in the response. To specify a continent, enter its two-letter code into the **Value** field:
361361

362-
- AF Africa
363-
- AN Antarctica
364-
- AS Asia
365-
- EU Europe
366-
- NA North America
367-
- OC Oceania
368-
- SA South America
369-
- T1 Tor network
362+
- AF - Africa
363+
- AN - Antarctica
364+
- AS - Asia
365+
- EU - Europe
366+
- NA - North America
367+
- OC - Oceania
368+
- SA - South America
369+
- T1 - Tor network
370370

371371
| UI name | API example | Evaluation phase |
372372
| --------------------------------- | ------------------------------- | -------------------- |
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
22
inputParameters: param1
3-
43
---
54

6-
import { Markdown } from "~/components"
5+
import { Markdown } from "~/components";
76

87
The continent where the request is destined. Geolocation is determined from the target IP address. To specify a continent, enter its two-letter code into the **Value** field:
98

10-
* AF Africa
11-
* AN Antarctica
12-
* AS Asia
13-
* EU Europe
14-
* NA North America
15-
* OC Oceania
16-
* SA South America
17-
* T1 Tor network
9+
- AF - Africa
10+
- AN - Antarctica
11+
- AS - Asia
12+
- EU - Europe
13+
- NA - North America
14+
- OC - Oceania
15+
- SA - South America
16+
- T1 - Tor network
1817

19-
| UI name | API example |
20-
| ------------------------------------ | -------------------------- |
18+
| UI name | API example |
19+
| ------------------------------------ | ---------------------------------------------- |
2120
| Destination Continent IP Geolocation | <code>{props.one}.geo.continent == "EU"</code> |

0 commit comments

Comments
 (0)