From df21fae5779eaac20768905f5fb2d1ae205140a3 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 6 Sep 2025 15:40:31 +0000 Subject: [PATCH] docs: update CHANGELOG Signed-off-by: Xe Iaso --- docs/docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 15ff1847..b32a12e7 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -43,6 +43,7 @@ A new ["proof of React"](./admin/configuration/challenges/preact.mdx) has been a - Add a default block rule for Alibaba Cloud. - Added support to use Traefik forwardAuth middleware. - Add X-Request-URI support so that Subrequest Authentication has path support. +- Added glob matching for `REDIRECT_DOMAINS`. You can pass `*.bugs.techaro.lol` to allow redirecting to anything ending with `.bugs.techaro.lol`. There is a limit of 4 wildcards. ### Fixes