From 1aa1071156ff264e259608516912a63514872724 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 13 Oct 2025 15:18:12 +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 cd06330e..56e3cb5f 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +- Added `(data)/meta/default-config.yaml` for importing the entire default configuration at once. - Add `-custom-real-ip-header` flag to get the original request IP from a different header than `x-real-ip`. - Add `contentLength` variable to bot expressions. - Add `COOKIE_SAME_SITE_MODE` to force anubis cookies SameSite value, and downgrade automatically from `None` to `Lax` if cookie is insecure.