mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 13:44:56 -04:00
Oops, I removed this param.
This commit is contained in:
parent
dc60eee50e
commit
20326054da
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ class RegistrationHandler(BaseHandler):
|
|||
data = yield client.post_urlencoded_get_raw(
|
||||
"www.google.com:80",
|
||||
"/recaptcha/api/verify",
|
||||
# twisted dislikes google's response, no content length.
|
||||
accept_partial=True,
|
||||
args={
|
||||
'privatekey': private_key,
|
||||
'remoteip': ip_addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue