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": {