question about redundancy check

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
question about redundancy check

question about redundancy check

Post by question about redundancy check »

I checked my filters here and it told me the following:

'||plusone.google.com^' has been made redundant by '||google.com^$domain=forvo.com'

I don't get it how are they doing the same thing?
I want to block plusone.google and also block anything google related while viewing forvo.com, how can I do those without being redundant?

thanks in advance
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Re: question about redundancy check

Post by Ares2 »

I think the $domain option isn't evaluated properly by the tool (it has been written before this option existed and probably hasn't been updated since). It will treat the rules as if they were:

Code: Select all

||plusone.google.com^
||google.com^
Your rules are not redundant and you should keep both.
Locked