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

alpapan’s picture

+1

bryrock’s picture

Assigned: Unassigned » bryrock
Status: Active » Reviewed & tested by the community

The removal suggestion has worked well for me since this issue was first brought up. Will get this out in a future update, soon.

bryrock’s picture

Fixed in 6.x-1.x-dev, 6.x-2.x-dev and 7.x-1.x-dev

bryrock’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 6.x-1.x-dev, 6.x-2.x-dev , 7.x-1.x (dev and rc1)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.