From 2ae37ce8d8a30332ed8cd449ac460bcd7a39b78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Tue, 21 Mar 2023 11:55:14 +0100 Subject: [PATCH] Fix regex for ANTIBOT_HCAPTCHA_SITEKEY setting --- src/common/core/antibot/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/core/antibot/plugin.json b/src/common/core/antibot/plugin.json index 823042c12..206d0a9a1 100644 --- a/src/common/core/antibot/plugin.json +++ b/src/common/core/antibot/plugin.json @@ -82,7 +82,7 @@ "help": "Sitekey for hCaptcha challenge.", "id": "antibot-hcaptcha-sitekey", "label": "hCaptcha sitekey", - "regex": "^[a-zA-Z0-9]*$", + "regex": "^[a-zA-Z0-9-]*$", "type": "text" }, "ANTIBOT_HCAPTCHA_SECRET": {