Page 1 of 1

Rule that blocks all third parties?

Posted: Wed Jan 28, 2015 7:11 am
by Lassar
I want to write a rule that would block all third-parties scripts, images, objects, etc on us-mg6.mail.yahoo.com ?

I tried this and it does not work.

Code: Select all

||us-mg6.mail.yahoo.com$third-party
What am I doing wrong?

Re: Rule that blocks all third parties?

Posted: Wed Jan 28, 2015 7:26 am
by Gingerbread Man
Lassar wrote:us-mg6.mail.yahoo.com
I don't know why you want your filter to be that specific. I'd just make it mail.yahoo.com.

Code: Select all

*$third-party,domain=mail.yahoo.com
Lassar wrote:What am I doing wrong?
The part before the $ is what you want to block. Since you want to block everything, you just need a * there.
en/filters#options