We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3390c3 + 18de727 commit 4b718f0Copy full SHA for 4b718f0
src/ReCaptcha/RequestMethod/Post.php
@@ -58,7 +58,7 @@ public function submit(RequestParameters $params)
58
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
59
'method' => 'POST',
60
'content' => $params->toQueryString(),
61
- // Force the peer to validate (not needed in 5.6.0+, but still works
+ // Force the peer to validate (not needed in 5.6.0+, but still works)
62
'verify_peer' => true,
63
// Force the peer validation to use www.google.com
64
$peer_key => 'www.google.com',
0 commit comments