From d6e7acbad01f8f6934866e8cf8241b3dfd256828 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Tue, 11 Feb 2025 17:58:07 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8c97e2..39d33984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ - Treat 206 (Partial Content) responses from a source server as 200 (OK) when they contain a full content range. - (pro) Change saturation adjustment algorithm to be more CIE-correct. +### Fixed +- Fix setting the `Host` header via the `IMGPROXY_CUSTOM_REQUEST_HEADERS` config. + ## [3.27.2] - 2025-01-27 ### Fixed - Fix preventing requests to `0.0.0.0` when imgproxy is configured to deny loopback addresses.