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.
1 parent 2619e14 commit 7002e1fCopy full SHA for 7002e1f
README.md
@@ -83,6 +83,8 @@ $recaptcha = new \ReCaptcha\ReCaptcha($secret);
83
$resp = $recaptcha->verify($gRecaptchaResponse, $remoteIp);
84
if ($resp->isSuccess()) {
85
// verified!
86
+ // if Domain Name Validation turned off don't forget to check hostname field
87
+ // if($resp->getHostName() === $_SERVER['SERVER_NAME']) { }
88
} else {
89
$errors = $resp->getErrorCodes();
90
}
0 commit comments