Skip to content

Commit 20d19a1

Browse files
authored
Merge pull request #548 from Eseperio/patch-4
Use recaptcha.net instead of google.com (EU Cookies law)
2 parents ebf6c8e + 4af4a19 commit 20d19a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/User/Widget/ReCaptchaWidget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected function registerClientScript()
113113
$view = $this->getView();
114114

115115
$view->registerJsFile(
116-
'//www.google.com/recaptcha/api.js?hl=' . $this->getLanguageCode(),
116+
'//www.recaptcha.net/recaptcha/api.js?hl=' . $this->getLanguageCode(),
117117
[
118118
'position' => View::POS_HEAD,
119119
'async' => true,

0 commit comments

Comments
 (0)