Closed (fixed)
Project:
http:BL
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Nov 2010 at 03:23 UTC
Updated:
25 Jul 2011 at 03:11 UTC
The module provides a honeypot link for spam bots. This link is sometimes showing on the bottom (footer) of the page. The module uses at random different methods to place this hidden link, but one method does not seem to be hidden on most browsers. It is case 7 using style="height: 0px; width: 0px. I changed
switch (mt_rand(0, 7))
to
switch (mt_rand(0, 6))to quickly fix this. Case 7 should be taken off from the module code.
Comments
Comment #1
alpapan commented+1
Comment #2
bryrock commentedThe removal suggestion has worked well for me since this issue was first brought up. Will get this out in a future update, soon.
Comment #3
bryrock commentedFixed in 6.x-1.x-dev, 6.x-2.x-dev and 7.x-1.x-dev
Comment #4
bryrock commentedFixed in 6.x-1.x-dev, 6.x-2.x-dev , 7.x-1.x (dev and rc1)