You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried this with Mull + uBlock Origin + the EasyPrivacy block list from above imported into uBlock (while the same block list was disabled in RethinkDNS) and the website fully loads
Actual:
Website doesn't load. In the log you can see several *.wo-cloud.com requests getting blocked.
To confirm: This happens once I enable the EasyPrivacy block list in RethinkDNS and does not if it is deactivated (even when using the exact same block list in uBlock Origin)
Presumed reason:
The block list includes only one related entry:
||wo-cloud.com^$ping
I assume the ping option of this entry is misinterpreted and incorrectly blocks the entire domain.
Workaround:
Trusting the individual domains sometimes helps, but sometimes doesn't. Sometimes the request appears in the log as maybe blocked, which I don't know the meaning of.
Preferably correct block list's options interpretation (if at all possible, I'm not familiar with this)
Alternatively remove domains with such options from blocking to avoid overblocking
Maybe someone with experience can add to this. I am very happy to answer any questions as I love the idea of RethinkDNS and would like to support it!
The text was updated successfully, but these errors were encountered:
boernsen-development
changed the title
Block list's advanced filter option seems to be ignored
Block list misinterpretation results in overblocking
Sep 29, 2024
Rethink uses adp rules for just DNS-based content blocking. It doesn't yet implement HTTPS interception (like AdGuard does via either plugins or firewalls) to apply abp rules.
So, this is already in your pipeline :)
I didn't find the issue linked by you when researching prior to posting this. Sorry about that. I'm gonna close this issue as duplicate then.
Reproduce:
Expected:
Actual:
*.wo-cloud.com
requests getting blocked.Presumed reason:
The block list includes only one related entry:
||wo-cloud.com^$ping
I assume the
ping
option of this entry is misinterpreted and incorrectly blocks the entire domain.Workaround:
Trusting the individual domains sometimes helps, but sometimes doesn't. Sometimes the request appears in the log as
maybe blocked
, which I don't know the meaning of.I'm not familiar with block list syntax, but the related ping type option is described here: https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#type-options
Suggested change:
Maybe someone with experience can add to this. I am very happy to answer any questions as I love the idea of RethinkDNS and would like to support it!
The text was updated successfully, but these errors were encountered: