Cleanup recaptcha middleware
This commit is contained in:
parent
451dd7ebc8
commit
ff57e2ff85
2 changed files with 20 additions and 18 deletions
|
@ -7,6 +7,11 @@ return [
|
|||
*/
|
||||
'enabled' => env('RECAPTCHA_ENABLED', true),
|
||||
|
||||
/*
|
||||
* API endpoint for recaptcha checks. You should not edit this.
|
||||
*/
|
||||
'domain' => 'https://www.google.com/recaptcha/api/siteverify',
|
||||
|
||||
/*
|
||||
* Use a custom secret key, we use our public one by default
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue