Skip to content

Commit

Permalink
Merge pull request #548 from Eseperio/patch-4
Browse files Browse the repository at this point in the history
Use recaptcha.net instead of google.com (EU Cookies law)
  • Loading branch information
maxxer authored Mar 18, 2024
2 parents ebf6c8e + 4af4a19 commit 20d19a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/Widget/ReCaptchaWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function registerClientScript()
$view = $this->getView();

$view->registerJsFile(
'//www.google.com/recaptcha/api.js?hl=' . $this->getLanguageCode(),
'//www.recaptcha.net/recaptcha/api.js?hl=' . $this->getLanguageCode(),
[
'position' => View::POS_HEAD,
'async' => true,
Expand Down

0 comments on commit 20d19a1

Please sign in to comment.