From ea6ae52539b234c4b1660a580adc854c4e96332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Fri, 8 Sep 2023 12:20:30 +0200 Subject: [PATCH] Update ANTIBOT_HCAPTCHA_SECRET setting's regex to support new format --- 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 7bb3f174a..1d7911ef3 100644 --- a/src/common/core/antibot/plugin.json +++ b/src/common/core/antibot/plugin.json @@ -74,7 +74,7 @@ "help": "Secret for hCaptcha challenge.", "id": "antibot-hcaptcha-secret", "label": "hCaptcha secret", - "regex": "^(0x[a-zA-Z0-9]+)?$", + "regex": "^\\w*$", "type": "password" }, "ANTIBOT_TURNSTILE_SITEKEY": {