Please, help me to write a filter causing this:
I don't want to see obscene pictures from http://oidnes.cz and http://i.idnes.cz/ when I'm browsing web http://jizdnirady.idnes.cz/ (only here).
Thank you!
How to block content from domain[2+3] displayed on domain1 ?
Re: How to block content from domain[2+3] displayed on domain1 ?
Code: Select all
||oidnes.cz^$image,domain=jizdnirady.idnes.cz
||i.idnes.cz^$image,domain=jizdnirady.idnes.cz
If you want to block just those domains, and not subdomains, and specifically over HTTP and not HTTPS, use these rules instead:
Code: Select all
|http://oidnes.cz^$image,domain=jizdnirady.idnes.cz
|http://i.idnes.cz^$image,domain=jizdnirady.idnes.cz
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Re: How to block content from domain[2+3] displayed on domain1 ?
Very good, thank you.
This is exactly what I wanted to do.
This is exactly what I wanted to do.