1
0
Fork 0

Fix migration guide indentation

This commit is contained in:
Kevin Pollet 2025-12-04 16:40:04 +01:00 committed by GitHub
parent 63a6172ec4
commit e931a71660
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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."
--- ---