Modify ↓
Opened 18 years ago
Closed 17 years ago
#1441 closed enhancement (fixed)
Code Query before submitting is possible...
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | GuestbookPlugin |
Severity: | normal | Keywords: | security |
Cc: | Trac Release: | 0.10 |
Description
Hi,
I will need to shutdown the guestbook because of internet spam (oh i hate those...) but anyway.
Maybe you can think of something like a random key that needs to be transmitted (and crypted to an image or something... Am not sure what might help. A cookie that needs to be resubmitted. Or a unique key that is in the page (sure that could be read...). Am image with some chars/nums that are hard to read via a script. But how to veryfy that after the submit?!
Maybe someone knows a clever solution that fits into the Plugin.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r2653 introduced support for SpamFilterPlugin.
Note: See
TracTickets for help on using
tickets.
I thought about this later but I have considered that this plugin is not used by anyone :-). Another solution I know is to append some field, hide it with CSS style and if it is filled it must be a bot. I read some article concerning possible solution to this problem so this is not problem. Anyway, IMHO the best solution would be to incorporate this plugin with SpamFilterPlugin, but I haven't study if it is possible, yet.