inc/integrations/Cloudflare.php
@@ -253,10 +253,4 @@ // Cloudflare Turnstile uses POST parameters, not headers return []; } protected function getApiUrl(string $endpoint, ?string $baseKey = null): string { // Only used for direct API calls, not through base class methods return 'https://challenges.cloudflare.com/turnstile/v0/siteverify'; } }