Jake Vanderwerf
2026-06-17 f16cb88a3218ac7bb32e43f0e0a2542d35c7a01b
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';
   }
}