Rule that blocks all third parties?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
User avatar
Lassar
Posts: 6
Joined: Mon Mar 22, 2010 6:40 pm

Rule that blocks all third parties?

Post 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?
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Rule that blocks all third parties?

Post 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
Locked