Slashdot Mirror


User: xingdiego

xingdiego's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:simple js on How are You Preventing Mailto-Link Harvesting? · · Score: 3, Interesting

    I recommend the above method plus:

    1) Randomize the variable names for u, d, t, and a
    2) Randomize the position of var XX = XX statements.

    This will reduce simple regex replacements if you site is big enough with enough emails that someone would want to create a simple reg mod to harvest it.