Module | Recaptcha |
In: |
lib/recaptcha.rb
lib/recaptcha/client_helper.rb lib/recaptcha/configuration.rb lib/recaptcha/verify.rb |
RECAPTCHA_API_SERVER_URL | = | 'http://www.google.com/recaptcha/api' |
RECAPTCHA_API_SECURE_SERVER_URL | = | 'https://www.google.com/recaptcha/api' |
RECAPTCHA_VERIFY_URL | = | 'http://www.google.com/recaptcha/api/verify' |
SKIP_VERIFY_ENV | = | ['test', 'cucumber'] |
Allows easy setting of multiple configuration options. See Configuration for all available options.