From ebc5e1ead087537fbe764984a99c96e6e7ee7d6e Mon Sep 17 00:00:00 2001 From: wordlesswind Date: Sun, 13 Nov 2022 01:22:01 +0800 Subject: [PATCH] [ticket/16105] Use Google reCAPTCHA globally PHPBB3-16105 --- phpBB/phpbb/captcha/plugins/recaptcha.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/captcha/plugins/recaptcha.php b/phpBB/phpbb/captcha/plugins/recaptcha.php index b7c0b5f5e2..bc6682b468 100644 --- a/phpBB/phpbb/captcha/plugins/recaptcha.php +++ b/phpBB/phpbb/captcha/plugins/recaptcha.php @@ -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;