You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.repostatus.org/#active)
5
5
6
-
Form challenge/response spam shield
7
-
===================================
6
+
Challenge/response spam shield for TYPO3 ext:form
7
+
=================================================
8
8
9
9
## What is it?
10
10
@@ -14,7 +14,7 @@ in TYPO3 form extension.
14
14
## How does it work?
15
15
16
16
Form challenge/response spam shield adds a hidden input field to every form generated by the TYPO3 form
17
-
extension. The input field contains a data-attribute with a challenge. The included JavaScript will
17
+
extension. The input field has a precalculated value with a challenge. The included JavaScript will
18
18
use the challenge to calculate an expected response which will be checked on every form submission.
19
19
If the expected response is not submitted, validation for the hidden input field is considered as
'description' => 'Challenge/response spambot protection for ext:form',
4
+
'title' => 'Challenge/response spambot protection for ext:form',
5
+
'description' => 'Adds a hidden input field containing a challenge string to forms. Client must execute included JavaScript to calculate the expected response.',
0 commit comments