We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf85939 commit 7ab7e8aCopy full SHA for 7ab7e8a
README.md
@@ -32,7 +32,7 @@ RECAPTCHA_PRIVATE_KEY = 'your private key'
32
RECAPTCHA_PUBLIC_KEY = 'your public key'
33
RECAPTCHA_DEFAULT_ACTION = 'generic'
34
RECAPTCHA_SCORE_THRESHOLD = 0.5
35
-RECAPTCHA_LANGUAGE = 'en'
+RECAPTCHA_LANGUAGE = 'en' # for auto detection language, remove this from your settings
36
# If you require reCaptcha to be loaded from somewhere other than https://google.com
37
# (e.g. to bypass firewall restrictions), you can specify what proxy to use.
38
# RECAPTCHA_FRONTEND_PROXY_HOST = 'https://recaptcha.net'
0 commit comments