[ticket/16105] Use Google reCAPTCHA globally

PHPBB3-16105
This commit is contained in:
wordlesswind 2022-11-13 01:22:01 +08:00 committed by Marc Alexander
parent 696ff06263
commit ebc5e1ead0
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -15,8 +15,8 @@ namespace phpbb\captcha\plugins;
class recaptcha extends captcha_abstract
{
var $recaptcha_server = 'http://www.google.com/recaptcha/api';
var $recaptcha_server_secure = 'https://www.google.com/recaptcha/api'; // class constants :(
var $recaptcha_server = 'http://www.recaptcha.net/recaptcha/api';
var $recaptcha_server_secure = 'https://www.recaptcha.net/recaptcha/api'; // class constants :(
var $response;