Fix regex for ANTIBOT_HCAPTCHA_SITEKEY setting

This commit is contained in:
Théophile Diot 2023-03-21 11:55:14 +01:00
parent f335364fc6
commit 2ae37ce8d8
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

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