Fix migration guide indentation
This commit is contained in:
parent
63a6172ec4
commit
e931a71660
2 changed files with 2 additions and 2 deletions
|
|
@ -717,7 +717,7 @@ However, it can be re-enabled by setting the `multipathtcp` variable in the GODE
|
||||||
|
|
||||||
## v2.11.32
|
## v2.11.32
|
||||||
|
|
||||||
## Encoded Characters in Request Path
|
### Encoded Characters in Request Path
|
||||||
|
|
||||||
Since `v2.11.32`, for security reasons Traefik now rejects requests with a path containing a specific set of encoded characters by default.
|
Since `v2.11.32`, for security reasons Traefik now rejects requests with a path containing a specific set of encoded characters by default.
|
||||||
When such a request is received, Traefik responds with a `400 Bad Request` status code.
|
When such a request is received, Traefik responds with a `400 Bad Request` status code.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Request Path Security"
|
title: "Request Path"
|
||||||
description: "Learn how Traefik processes and secures request paths through sanitization and encoded character filtering to protect against path traversal and injection attacks."
|
description: "Learn how Traefik processes and secures request paths through sanitization and encoded character filtering to protect against path traversal and injection attacks."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue