|
|
|
|
|
by tomwalsham
4991 days ago
|
|
My personal favourite quick-fix (which doesn't stand up to targeted attacks, but is a very effective band-aid), is to put the following :
<input type='text' name='website' style='display:none'> Then disallow any form submissions server-side which contain a value for 'website'. Automated bots can't resist filling out that field. |
|