Skip to content

Conversation

@paragonie-scott
Copy link

Let's say you wanted to install ReCAPTCHA on, e.g. a Tor Hidden Service, and you didn't want to leak your hidden service's IP address. You could do this:

$curl = new CurlPost(null, [
    CURLOPT_PROXY => 'http://127.0.0.1:9050/',
    CURLOPT_PROXYTYPE => CURLPROXY_SOCKS5
]);

And now your reCAPTCHA queries will be proxied over the Tor network.

@googlebot
Copy link
Collaborator

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@paragonie-scott
Copy link
Author

I signed it. (Under Paragon Initiative Enterprises.)

@paragonie-scott
Copy link
Author

OK, I'm not waiting forever for this to get reviewed/merged.

Time to fork.

@rowan-m
Copy link
Contributor

rowan-m commented Aug 1, 2018

@paragonie-scott just been coming back to things after a 1.2 release. I've made a whole bunch of updates, so if you fancied resubmitting something like a ProxyCurl request method, I'm happy to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants