mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Add an access_log
SYN-161 #resolve
This commit is contained in:
parent
0c1b7f843b
commit
d89a9f7283
3 changed files with 29 additions and 3 deletions
|
@ -22,6 +22,8 @@ class CaptchaConfig(Config):
|
|||
self.recaptcha_private_key = args.recaptcha_private_key
|
||||
self.recaptcha_public_key = args.recaptcha_public_key
|
||||
self.enable_registration_captcha = args.enable_registration_captcha
|
||||
|
||||
# XXX: This is used for more than just captcha
|
||||
self.captcha_ip_origin_is_x_forwarded = (
|
||||
args.captcha_ip_origin_is_x_forwarded
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue