From d26c480d03944653bcf78674724da4ad74f2a502 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 19 Jun 2023 15:45:01 +0300 Subject: [PATCH] Pull request 1877: 5913-fix-safesearch-ipv6 Updates #5913. Squashed commit of the following: commit a0ab1320ea22dc1b4e2804ef2d14e0091daa6a1e Author: Ainar Garipov Date: Mon Jun 19 15:23:44 2023 +0300 all: fmt; typo commit 3a2e561c535bbbd2b2eeeaa1a6f423bc123b1a6b Author: Ainar Garipov Date: Mon Jun 19 15:16:28 2023 +0300 all: fix safesearch for ipv6 --- CHANGELOG.md | 8 ++++---- internal/dnsforward/msg.go | 15 ++++++--------- internal/filtering/rewrite/storage.go | 2 +- internal/filtering/safesearch/safesearch.go | 11 +++++++++-- internal/filtering/safesearch/safesearch_test.go | 11 +++++++++++ 5 files changed, 31 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23c574c..12ac29a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,11 +82,11 @@ In this release, the schema version has changed from 20 to 21. ### Fixed - - DNSCrypt upstream not resetting the client and resolver information on - dialing errors ([#5872]). +- Safe Search not working with `AAAA` queries for Yandex domains ([#5913]). [#951]: https://github.com/AdguardTeam/AdGuardHome/issues/951 [#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577 +[#5913]: https://github.com/AdguardTeam/AdGuardHome/issues/5913