mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update ANTIBOT_HCAPTCHA_SECRET setting's regex to support new format
This commit is contained in:
parent
6404b701c0
commit
ea6ae52539
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue