mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Fix migration guide indentation
This commit is contained in:
@@ -717,7 +717,7 @@ However, it can be re-enabled by setting the `multipathtcp` variable in the GODE
|
||||
|
||||
## 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.
|
||||
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."
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user