mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 00:49:17 -04:00
Merge branch 'develop' into markjh/config_cleanup
Conflicts: synapse/config/captcha.py
This commit is contained in:
commit
2d4d2bbae4
16 changed files with 176 additions and 88 deletions
|
@ -21,6 +21,7 @@ class CaptchaConfig(Config):
|
|||
self.recaptcha_private_key = config["recaptcha_private_key"]
|
||||
self.recaptcha_public_key = config["recaptcha_public_key"]
|
||||
self.enable_registration_captcha = config["enable_registration_captcha"]
|
||||
# XXX: This is used for more than just captcha
|
||||
self.captcha_ip_origin_is_x_forwarded = (
|
||||
config["captcha_ip_origin_is_x_forwarded"]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue