diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecdbdd5..03a3342f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,7 @@ In this release, the schema version has changed from 10 to 12. ### Fixed +- 9GAG blocking ([#3564]). - DHCP now follows RFCs more closely ([#3443]). - Occasional panics when reading old statistics databases ([#3506]). - `reload` service action on macOS and FreeBSD ([#3457]). @@ -182,6 +183,7 @@ In this release, the schema version has changed from 10 to 12. [#3450]: https://github.com/AdguardTeam/AdGuardHome/issues/3450 [#3457]: https://github.com/AdguardTeam/AdGuardHome/issues/3457 [#3506]: https://github.com/AdguardTeam/AdGuardHome/issues/3506 +[#3564]: https://github.com/AdguardTeam/AdGuardHome/issues/3564 diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index 799b6d01..f9431cf6 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -202,7 +202,7 @@ export const FILTERS_URLS = { export const SERVICES = [ { id: '9gag', - name: '9Gag', + name: '9GAG', }, { id: 'amazon', diff --git a/internal/filtering/blocked.go b/internal/filtering/blocked.go index d89d321d..df50f739 100644 --- a/internal/filtering/blocked.go +++ b/internal/filtering/blocked.go @@ -197,7 +197,7 @@ var serviceRulesArray = []svc{ }}, {"9gag", []string{ "||9cache.com^", - "||gag.com^", + "||9gag.com^", }}, {"telegram", []string{ "||t.me^",