From 3d8908860faf45b63592f35b174db6c41b8738ba Mon Sep 17 00:00:00 2001 From: Apflkuacha Date: Mon, 23 Feb 2026 09:06:04 +0100 Subject: [PATCH] Correct encoded characters allowance in entrypoints.md --- docs/content/reference/install-configuration/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/install-configuration/entrypoints.md b/docs/content/reference/install-configuration/entrypoints.md index 6b1809932..9d727f2d5 100644 --- a/docs/content/reference/install-configuration/entrypoints.md +++ b/docs/content/reference/install-configuration/entrypoints.md @@ -232,7 +232,7 @@ By default, Traefik do not reject requests with path containing certain encoded When your backend is not fully compliant with [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and notably decode encoded reserved characters in the requets path, it is recommended to set these options to `false` to avoid split-view situation and helps prevent path traversal attacks or other malicious attempts to bypass security controls. -Here is the list of the encoded characters that are rejected by default: +Here is the list of the encoded characters that are allowed by default: | Encoded Character | Character | |------------------------------------------------------------------------------------|-------------------------|