From 4ea41449a38788fd689a27b22bb39a3db628b10c Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 25 Jul 2023 08:23:18 +0000 Subject: [PATCH] Bumping up to only humans. --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index dfa8961..fd0db00 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -8,7 +8,7 @@ class ApplicationController < BaseController helper_method :protect, :policies - RECAPTCHA_MINIMUM_SCORE = 0.5 + RECAPTCHA_MINIMUM_SCORE = 1.0 def verify_recaptcha?(token, recaptcha_action) recaptcha_secret_key = config.app_config['recaptcha_secret_key']