diff --git a/CHANGELOG.md b/CHANGELOG.md index 492ba690..8e8ab361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,19 @@ and this project adheres to ## [v0.108.0] - TBA (APPROX.) --> +### Security + +- As an additional CSRF protection measure, AdGuard Home now ensures that + requests that change its state but have no body (such as `POST + /control/stats_reset` requests) do not have a `Content-Type` header set on + them ([#4970]). + +### Fixed + +- `only application/json is allowed` errors in various APIs ([#4970]). + +[#4970]: https://github.com/AdguardTeam/AdGuardHome/issues/4970 +