Skip to content

Commit abac317

Browse files
committed
Make recaptcha domain configurable
1 parent f8c4821 commit abac317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/recaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/*
1010
* API endpoint for recaptcha checks. You should not edit this.
1111
*/
12-
'domain' => 'https://www.google.com/recaptcha/api/siteverify',
12+
'domain' => env('RECAPTCHA_DOMAIN', 'https://www.google.com/recaptcha/api/siteverify'),
1313

1414
/*
1515
* Use a custom secret key, we use our public one by default

0 commit comments

Comments
 (0)