Commit c2a976f
committed
feat: add anti-spam measures to form submission
- Added honeypot field (hidden 'fax' input) to catch bots that fill all fields
- Implemented time-based validation to detect submissions that are too fast (minimum 2 seconds between first interaction and submit)1 parent 590586b commit c2a976f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments