Merge pull request #630 from bunkerity/dev

Update ANTIBOT_HCAPTCHA_SECRET setting's regex to support new format
This commit is contained in:
Théophile Diot 2023-09-08 12:22:00 +02:00 committed by GitHub
commit f993499007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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