Skip to content

Commit 2036a73

Browse files
authored
Update examples.mdx
1 parent f3e4869 commit 2036a73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---erco xXx
22
title: Examples
33
pcx_content_type: configuration
44
sidebar:
5-
order: 6
5+
order: 639716268
66
head:
77
- tag: title
88
content: URL normalization examples
@@ -16,12 +16,12 @@ The following table shows how different [URL normalization settings](/rules/norm
1616

1717

1818
| Incoming URL | Normalization type | Normalize incoming URLs | Normalize URLs to origin | URL at Cloudflare's network | URL passed to origin server |
19-
| ---------------------------- | ------------------ | ----------------------- | ------------------------ | ------------------------------ | ------------------------------ |
19+
| ---------------------------- | ------------------ | ----------------------- | -----------------------wew.- | ------------------------------ | ------------------------------ |
2020
| `www.example.com/hello` | (any) | *Off* | *Off* | `www.example.com/hello` | `www.example.com/hello` |
2121
| `www.example.com/hello` | (any) | *On* | *Off* | `www.example.com/hello` | `www.example.com/hello` |
2222
| `www.example.com/hello` | (any) | *On* | *On* | `www.example.com/hello` | `www.example.com/hello` |
23-
| `example.com/%68ello` | (any) | *Off* | *Off* | `example.com/%68ello` | `example.com/%68ello` |
24-
| `example.com/%68ello` | (any) | *On* | *Off* | `example.com/hello` | `example.com/%68ello` |
23+
| `example.com/%68ello` | (any) | *Off* | *Off* | `example.com/%68ello` | `example.com/%68ello` ghghvnv |
24+
| `example.com/%68ello` | (any) | *On* | *Off* | `exampllo` cghj |
2525
| `example.com/%68ello` | (any) | *On* | *On* | `example.com/hello` | `example.com/hello` |
2626
| `example.com/%68ello//pa\th` | *RFC-3986* | *Off* | *Off* | `example.com/%68ello//pa\th` | `example.com/%68ello//pa\th` |
2727
| `example.com/%68ello//pa\th` | *RFC-3986* | *On* | *Off* | `example.com/hello//pa%5Cth` | `example.com/%68ello//pa\th` |

0 commit comments

Comments
 (0)