Skip to content

Commit

Permalink
fix user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 1, 2025
1 parent fbb74c9 commit c55e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/Service/CaptchaVerifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function verify(?string $recaptchaResponse): bool

$response = $this->httpClient->post('https://www.google.com/recaptcha/api/siteverify', [
'headers' => [
'User-Agent' => 'typeschema.org'
'User-Agent' => 'typeapi.org'
],
'form_params' => [
'secret' => $this->secret,
Expand Down

0 comments on commit c55e463

Please sign in to comment.