From abac3178020837087e67cfdc078b9bb04b86e2a9 Mon Sep 17 00:00:00 2001 From: DaneEveritt Date: Sun, 24 Jul 2022 17:13:14 -0400 Subject: [PATCH] Make recaptcha domain configurable --- config/recaptcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/recaptcha.php b/config/recaptcha.php index 22d739481..757e184a5 100644 --- a/config/recaptcha.php +++ b/config/recaptcha.php @@ -9,7 +9,7 @@ return [ /* * API endpoint for recaptcha checks. You should not edit this. */ - 'domain' => 'https://www.google.com/recaptcha/api/siteverify', + 'domain' => env('RECAPTCHA_DOMAIN', 'https://www.google.com/recaptcha/api/siteverify'), /* * Use a custom secret key, we use our public one by default