diff --git a/plugins/recaptcha/index.php b/plugins/recaptcha/index.php index bffda14b1c..4dda5953b4 100644 --- a/plugins/recaptcha/index.php +++ b/plugins/recaptcha/index.php @@ -86,7 +86,7 @@ public function AjaxActionPreCall($sAction) $bResult = false; $sResult = $this->Manager()->Actions()->Http()->SendPostRequest( - 'https://www.google.com/recaptcha/api/siteverify', + 'https://www.recaptcha.net/recaptcha/api/siteverify', array( 'secret' => $this->Config()->Get('plugin', 'private_key', ''), 'response' => $this->Manager()->Actions()->GetActionParam('RecaptchaResponse', '') diff --git a/plugins/recaptcha/js/recaptcha.js b/plugins/recaptcha/js/recaptcha.js index 49d20bd603..a22f4e61ab 100644 --- a/plugins/recaptcha/js/recaptcha.js +++ b/plugins/recaptcha/js/recaptcha.js @@ -39,7 +39,7 @@ { if (!window.grecaptcha && window.rl) { - $.getScript('https://www.google.com/recaptcha/api.js?onload=__globalShowRecaptcha&render=explicit&hl=' + window.rl.settingsGet('Language')); + $.getScript('https://www.recaptcha.net/recaptcha/api.js?onload=__globalShowRecaptcha&render=explicit&hl=' + window.rl.settingsGet('Language')); } else { @@ -92,4 +92,4 @@ } }); -}($, window)); \ No newline at end of file +}($, window));