mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge pull request #630 from bunkerity/dev
Update ANTIBOT_HCAPTCHA_SECRET setting's regex to support new format
This commit is contained in:
commit
f993499007
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