forked from leftypol/leftypol
config.php: accept captcha-form-id
This commit is contained in:
parent
04ef961440
commit
2741b1ea05
1 changed files with 3 additions and 0 deletions
|
@ -302,6 +302,7 @@
|
|||
'raw',
|
||||
'embed',
|
||||
'captcha-response',
|
||||
'captcha-form-id',
|
||||
'spoiler',
|
||||
'page',
|
||||
'file_url',
|
||||
|
@ -341,6 +342,8 @@
|
|||
* Use false to disable this configuration, otherwise, set the IP that vichan should check for captcha responses.
|
||||
*/
|
||||
'dynamic' => false,
|
||||
// Require to be non-zero if you use js/ajax.js (preferably no more than a few seconds), otherwise weird errors might occur.
|
||||
'passthrough_timeout' => 0,
|
||||
// Configure Google reCAPTCHA.
|
||||
'recaptcha' => [
|
||||
// Public and private key pair from https://www.google.com/recaptcha/admin/create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue