From 2741b1ea056c6f3eb9f08bb79413b59f7acc9b29 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 28 Oct 2024 12:32:48 +0100 Subject: [PATCH] config.php: accept captcha-form-id --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 348b6616..f3e041d0 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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