Jake Vanderwerf
3 days ago ba1e1ccf869b818f7a7a897264dfea05563a7796
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';
   }
}