allow encoding
This commit is contained in:
@@ -90,6 +90,18 @@ traefik:
|
|||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
exposedPort: 443
|
exposedPort: 443
|
||||||
|
http:
|
||||||
|
# -- See
|
||||||
|
# -- [upstream documentation](https://doc.traefik.io/traefik/security/request-path/#encoded-character-filtering)
|
||||||
|
# -- [relevant issue] https://github.com/traefik/traefik/issues/12399
|
||||||
|
encodedCharacters:
|
||||||
|
allowEncodedSlash: true
|
||||||
|
allowEncodedBackSlash: true
|
||||||
|
allowEncodedNullCharacter: true
|
||||||
|
allowEncodedSemicolon: true
|
||||||
|
allowEncodedPercent: true
|
||||||
|
allowEncodedQuestionMark: true
|
||||||
|
allowEncodedHash: true
|
||||||
forwardedHeaders:
|
forwardedHeaders:
|
||||||
trustedIPs:
|
trustedIPs:
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
|
|||||||
Reference in New Issue
Block a user