|
One way I can think of filtering out img src traffic (untested)
embed javascr.ipt as a jpeg comment which redirects to the passthru URL (using document.location)
- If it's a page load it displays junk for a moment (the jpeg data as ASCII), then the js kicks in and it redirects.
- If it's an img src, the image shows.
|