mirror of
https://github.com/simon987/od-database.git
synced 2025-12-20 09:55:58 +00:00
Captcha for searches
This commit is contained in:
@@ -14,8 +14,11 @@ Create `/config.py` and fill out the parameters. Sample config:
|
||||
# Leave default values for no CAPTCHAs
|
||||
CAPTCHA_LOGIN = False
|
||||
CAPTCHA_SUBMIT = False
|
||||
CAPTCHA_SEARCH = False
|
||||
CAPTCHA_SITE_KEY = ""
|
||||
CAPTCHA_SECRET_KEY = ""
|
||||
CAPTCHA_S_SITE_KEY = ""
|
||||
CAPTCHA_S_SECRET_KEY = ""
|
||||
|
||||
# Flask secret key for sessions
|
||||
FLASK_SECRET = ""
|
||||
|
||||
Reference in New Issue
Block a user