Operating Systems > Linux and UNIX

Blocking certain Images

<< < (2/3) > >>

voidmain:
No, it would be a big help to me as I would have a head start on blocking all those free hosting sites so I don't have to block them in the future.  ;)

Agent007:
No...I dont want to block all images from the server, its only a selected one..Is this possible? Can ipchains be used? How do I go about doing this?

thanks,
007

flap:
You want to block specific images? Why?
You can't do that with a firewall. What browser are you using?

Master of Reality:
of course you can block them with a firewall!!!

here is ipchains:
ipchains -A input -s ***.***.***.*** -j DENY
iptables:
iptables -A INPUT -s ***.***.***.*** -j DENY

replace ***.***.***.*** with the IP address of the server you want to block. You might want to swithc the "input" to "output" if you want want to stop your computer from even contacting the site.

[ October 16, 2002: Message edited by: The Master of Reality / Bob ]

flap:
no he doesn't want to block entire sites; just specific images.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version