can I block all domain except certain subdomains?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
User avatar
cuzz
Posts: 30
Joined: Thu Oct 11, 2007 3:59 am
Location: redwood deck
Contact:

can I block all domain except certain subdomains?

Post by cuzz »

not element blocking

Can I block


.thisdomain.com


but allow

cool.thisdomain.com

?


I don't want to allow all third level domains, just a few specific ones.


with
.thisdomain.com

in my list I'm also blocking

that.thisdomain.com
blue.thisdomain.com

right?
if put in the public sphere
I choose whether to look at it...
or NOT
Wladimir Palant

Post by Wladimir Palant »

This is what exception rules are for:

Code: Select all

*.thisdomain.com/
@@|http://cool.thisdomain.com/
Locked