Page 1 of 1

Bug in Find useless filters

Posted: Sat Mar 12, 2011 3:00 am
by bug
en/redundancy_check

Code: Select all

||example.com^$third-party
||example.com^$domain=~example.net
is equivalent to

Code: Select all

||example.com
not

Code: Select all

||example.com^$third-party

Re: Bug in Find useless filters

Posted: Sat Mar 12, 2011 4:30 pm
by Wladimir Palant
This page currently doesn't consider either $domain or $third-party options. If somebody could extend function testFilter in redundancyCheck.js - that would help.