mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 00:48:37 -04:00
switch from google.com to recaptcha.net for reCAPTCHA (#4731)
* add trivial clarification about jemalloc * switch from google.com to recaptcha.net because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
This commit is contained in:
parent
65f3fbfbf7
commit
70ea2f4e1d
5 changed files with 7 additions and 5 deletions
|
@ -47,5 +47,5 @@ class CaptchaConfig(Config):
|
|||
#captcha_bypass_secret: "YOUR_SECRET_HERE"
|
||||
|
||||
# The API endpoint to use for verifying m.login.recaptcha responses.
|
||||
recaptcha_siteverify_api: "https://www.google.com/recaptcha/api/siteverify"
|
||||
recaptcha_siteverify_api: "https://www.recaptcha.net/recaptcha/api/siteverify"
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue