We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c60c64 commit 5fdfb41Copy full SHA for 5fdfb41
src/php/Settings/General.php
@@ -446,7 +446,7 @@ static function ( $site_key ) use ( $ajax_site_key ) {
446
$curl = curl_init();
447
448
curl_setopt_array($curl, array(
449
- CURLOPT_URL => 'https://api.prosopo.io/siteverify',
+ CURLOPT_URL => 'https://api.prosopo.io/checksiteconfig',
450
CURLOPT_RETURNTRANSFER => true,
451
CURLOPT_ENCODING => '',
452
CURLOPT_MAXREDIRS => 10,
0 commit comments