Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f613b36

Browse files
committed
api_domain added to recaptcha.php config file
1 parent af5a7d7 commit f613b36

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/recaptcha.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@
9999
*/
100100
'explicit' => false,
101101

102+
/**
103+
*
104+
* Set API domain. You can use "www.recaptcha.net" in case "www.google.com" is not accessible.
105+
* (no check will be made on the entered value)
106+
* @see https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
107+
* @since v4.3.0
108+
* Default 'www.google.com' (ReCaptchaBuilder::DEFAULT_RECAPTCHA_API_DOMAIN)
109+
*
110+
*/
111+
'api_domain' => 'www.google.com',
112+
102113
/**
103114
*
104115
* g-recaptcha tag attributes and grecaptcha.render parameters (v2 only)

0 commit comments

Comments
 (0)