Skip to content

Commit bbeb55c

Browse files
committed
Update formatting
1 parent 24554f1 commit bbeb55c

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

src/content/docs/rules/normalization/settings.mdx

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,33 @@ sidebar:
88

99
The Cloudflare dashboard provides the following settings to manage URL normalization:
1010

11-
- **Normalization type** (default: _RFC-3986_)
11+
## Normalization type
1212

13-
- Selects the type of normalization to perform:
13+
Default value: _RFC-3986_
1414

15-
- _RFC-3986_ – Applies URL normalization strictly according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986).
15+
Selects the type of normalization to perform:
1616

17-
- _Cloudflare_ – In addition to what is defined in RFC 3986, applies [extra URL normalization techniques](/rules/normalization/how-it-works/#cloudflare-normalization).
17+
- _RFC-3986_ – Applies URL normalization strictly according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986).
18+
- _Cloudflare_ – In addition to what is defined in RFC 3986, applies [extra URL normalization techniques](/rules/normalization/how-it-works/#cloudflare-normalization).
1819

19-
- **Normalize incoming URLs** (default: _On_)
20+
## Normalize incoming URLs
2021

21-
- Configures the URLs of all incoming traffic to Cloudflare:
22+
Default value: _On_
2223

23-
- When enabled, all incoming URLs are normalized before they pass to subsequent Cloudflare features that can receive a URL as input, such as Page Rules, WAF custom rules, Workers, and Access.
24-
- When disabled, incoming URLs are not normalized before passing to subsequent Cloudflare features.
24+
Configures the URLs of all incoming traffic to Cloudflare:
2525

26-
- **Normalize URLs to origin** (default: _Off_)
26+
- When enabled, all incoming URLs are normalized before they pass to subsequent Cloudflare features that can receive a URL as input, such as Page Rules, WAF custom rules, Workers, and Access.
27+
- When disabled, incoming URLs are not normalized before passing to subsequent Cloudflare features.
2728

28-
- Configures URLs sent to the origin:
29+
## Normalize URLs to origin
2930

30-
- When enabled, requests sent to the origin are normalized.
31-
- When disabled, requests sent to the origin are not modified.
31+
Default value: _Off_
3232

33-
- You can only view and enable this option when **Normalize incoming URLs** is enabled.
33+
Configures URLs sent to the origin:
34+
35+
- When enabled, requests sent to the origin are normalized.
36+
- When disabled, requests sent to the origin are not modified.
37+
38+
You can only view and enable this option when **Normalize incoming URLs** is enabled.
3439

3540
For examples of how these settings affect URL normalization, refer to the [URL normalization examples](/rules/normalization/examples/).

0 commit comments

Comments
 (0)