adguard accidentally blocks chess.com's game review feature
i originally opened [this issue](https://github.com/AdguardTeam/AdGuardDNS/issues/1019#issue-4362412443) on the AdGuardDNS repo because i didn't know where to raise it, but now that i've found this repo, here it is.
tldr; the rule `||analysis*.*^` from [CHN: anti-AD](https://github.com/AdguardTeam/HostlistsRegistry/blob/main/assets/filter_21.txt) blocks `analysis.chess.com`, which is needed for the `game review` feature. on mobile this results in the feature failing to load, and in the browser the loading indicator gets stuck at 1%.
<img width="1919" height="783" alt="Image" src="https://github.com/user-attachments/assets/d108d465-626e-4c66-8a72-6a920f7a2de3" />
<img width="1038" height="439" alt="Image" src="https://github.com/user-attachments/assets/b5f4cca2-676f-4fbe-ba2c-df573918aeaf" />
<img width="747" height="363" alt="Image" src="https://github.com/user-attachments/assets/e1303bc9-b96e-4bac-87d3-3e0d50fd1548" />
<br/>
to fix this i had to add the following to my custom filter list:
```
@@||analysis.chess.com^$important
```
<img width="1920" height="891" alt="Image" src="https://github.com/user-attachments/assets/085bcf7e-fda5-4a22-b3df-acc0fff5676c" />
<br/>
note: obviously this is not a bug, but it'd be nice if `chess.com`'s feature wasn't blocked when i use the `CHN: anti-AD` filter. also the maintainer on the other repo said to raise this at the third-party filter list, so figured i'd report it here 😅
though i'm still not sure this is the right repo either, since i'd assume this list has an upstream somewhere 😅. anyway, i digress.
关闭于 2026-05-19 1 条评论