recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Fix inverted parameter on curl_verify option check

Open joaomath opened this issue 8 years ago • 1 comments

It was adding the CURLOPT_SSL_VERIFYPEER to curl only if curl_verify was equal to false, which is semantically a contradiction.

joaomath avatar Apr 08 '17 02:04 joaomath

Hmm? The point was that it defaults to true if it's not defined or if it's set to true - and only disables peer if it's explicitly set to false.

greggilbert avatar Apr 08 '17 02:04 greggilbert