commit f3e790450a1f58baa6f0436cc8a7740b4202f878 Author: Isis Lovecruft isis@torproject.org Date: Tue Mar 11 21:01:26 2014 +0000
Add GIMP_CAPTCHA_[ENABLED|DIR|KEYFILE] settings to bridgedb.conf. --- bridgedb.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/bridgedb.conf b/bridgedb.conf index f1bf16c..0607533 100644 --- a/bridgedb.conf +++ b/bridgedb.conf @@ -21,7 +21,8 @@ # CHANGELOG: # ~~~~~~~~~~ # Changes in version 0.0.5 - 2014-02-27 -# * ADD GIMP_CAPTCHA_ENABLED and GIMP_CAPTCHA_DIR settings (see #10809). +# * ADD GIMP_CAPTCHA_ENABLED, GIMP_CAPTCHA_DIR, GIMP_CAPTCHA_HMAC_KEYFILE, +# and GIMP_CAPTCHA_RSA_KEYFILE settings (see #10809). # # Changes in version 0.0.4 - 2014-01-24 # * ADD COLLECT_TIMESTAMPS option (see #10724). Set it to False for the @@ -235,6 +236,11 @@ GIMP_CAPTCHA_ENABLED = True # The directory for the local CAPTCHA cache: GIMP_CAPTCHA_DIR = 'captchas'
+# The location of the files which store the HMAC secret key and RSA keypair +# (for checking captcha responses): +GIMP_CAPTCHA_HMAC_KEYFILE = 'captcha_hmac_key' +GIMP_CAPTCHA_RSA_KEYFILE = 'captcha_rsa_key' + #------------------------------- # Email Distribution Options \ #------------------------------------------------------------------------------
tor-commits@lists.torproject.org