From bd6b86e299ec6f23d49dd3f3c8da279296c15719 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 12 Feb 2025 17:08:57 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614dc044..462b9f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ ### Fixed - Fix determinimg the default hostname for cookies passthrough. -- (pro) Fix setting the `Host` header via the `IMGPROXY_CUSTOM_REQUEST_HEADERS` config. +- (pro) Fix setting the `Host` header with the `IMGPROXY_CUSTOM_REQUEST_HEADERS` config. +- (pro) Fix passing through the `Host` header with the `IMGPROXY_REQUEST_HEADERS_PASSTHROUGH` config. +- (pro) Fix passing through request headers with the `IMGPROXY_REQUEST_HEADERS_PASSTHROUGH` when the `raw` option is used. ## [3.27.2] - 2025-01-27 ### Fixed