-
Notifications
You must be signed in to change notification settings - Fork 46
Missing SPAM filter options #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
MrTimber
pushed a commit
to MrTimber/altcha
that referenced
this issue
Jul 5, 2024
…ier', 'disableRules', 'text' => that resolves the issue altcha-org#45
I opened a pull request: #46 |
ovx
added a commit
that referenced
this issue
Jul 6, 2024
* Add missing options for the spam filter: 'blockedCountries', 'classifier', 'disableRules', 'text' => that resolves the issue #45 * fix types --------- Co-authored-by: Olivier Blanc <technique@ds2jl-informatique.fr>
Thanks for the PR, merged to the version |
Thanks you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As indicated on the README, options
email
,expectedLanguages
,expectedCountries
,fields
,ipAddress
, andtimeZone
are available for the spam filter:
But some options documented on the API are missing:
blockedCountries
,classifier
,disableRules
,text
:So when we try to use one of these options on the Altcha widget, they are just ignored:
The text was updated successfully, but these errors were encountered: