1x1 gif sneaks through

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
lshick
Posts: 1
Joined: Sun Nov 04, 2007 4:04 pm

1x1 gif sneaks through

Post by lshick »

On www.wellsfargo.com is an element S.GIF loaded via

<a href="/browser/jaws_setting"><img src="/img/s.gif" width="1" height="1" alt="JAWS 4.5 users can change text link setting to hear clearer link descriptions" /></a>

I have an element hiding filter

#IMG(WIDTH=1)(HEIGHT=1)

which generally works fine but for some reason is not blocking this item. What am I missing?

Thanks.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Element hides only 'hide' the item and does nothing for tracking. The item it still downloaded. 'Hiding' a 1x1.gif actually does nothing to keep it from tracking you.

You will need to 'block':

Code: Select all

wellsfargo.com/img/s.gif
... for it to be effective.
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Post by Hubird »

Can this be added to the ABP Tracking Filter, having people spy on our surfing habits is worse than them pushing ads in our faces.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Hubird wrote:Can this be added to the ABP Tracking Filter, having people spy on our surfing habits is worse than them pushing ads in our faces.
Blocking randomly named images would be an insane task. There would be thousands of them. The first-party, non-scripted images aren't the ones that bother me ... the ones that really bother me are the 3rd-party, scripted trackers and analyzers.
Locked