Skip to content

Commit c2a976f

Browse files
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

File tree

1 file changed

+1
-1
lines changed
  • wordpress/wp-content/themes/les-verts

1 file changed

+1
-1
lines changed

wordpress/wp-content/themes/les-verts/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Theme Name: Les Verts
33
* Description: Custom theme for the GREENS of Switzerland. Designed by superhuit.ch, built by gruene.ch on top of superhuit's stack.
44
* Author: superhuit.ch & gruene.ch
5-
* Version: 0.42.2
5+
* Version: 0.42.2
66
* Requires PHP: 7.4
77
* Requires at least: 5.0
88
* Theme URI: https://github.com/grueneschweiz/2018.gruene.ch/

0 commit comments

Comments
 (0)