-
Recaptcha v3 always returns 0.9 score – research by CleanTalk

Who is this article for? We’ve been closely following the thread https://github.com/google/recaptcha/issues/235 and noticed that, despite being closed, users continue to report issues. We’ve decided to investigate the problem and share our findings with you. Research Objective Users complain that when testing ReCaptcha v3, they always receive the same score of 0.9. However, in the
FEEDBACK LOG
The Latest
-
SPAM report from the Control Panel
At the Control panel added buttons «This is SPAM», «not SPAM». Accordingly, each button adds or removes from the blacklist IP, Email, domains of this comment/registration. We remind that the blacklists are generated automatically on the basis of the feedback from site owners to add entries to the black list is required not less than…
-
Updated plugin for Joomla on Oct 21, 2013
Available version 1.6.8 antispam plugin for Joomla 2.5, 3.X. Changes: Added protection for feedback modules Rapid Contact, VTEM Contact. Fixed bug with the definition of the sender’s IP address on JComments. Archive with the plugin cleantalk.joomla25-30.plugin-v1.6.8.zip.
-
Updated phpBB3 anti-spam MOD
Anti-spam module to the forum phpBB3 updated to version 3.7.17. List revision: API switched to version 2.0. Made multiple edit/optimize the code in files posting.php, memberlist.php. Removed link to the project site from the footer of the forum. Mod tested for compatibility with phpBB 3.0.12. Download the archive with the module cleantalk_spam_protect_v_3.7.17.zip. IMPORTANT! We remind…
-
Perl, Python anti-spam API to web-site spam protection
Ready to use API for protecting web site from spam, to an existing class PHP, added antispam modules Perl and Python. Libraries enable you to check on the spam as a new comment and registration. Examples: Perl API: [perl] use strict; use WebService::Antispam; my $ct = WebService::Antispam->new({ auth_key => ‘12345’ # API key, please get…