Feature/hcaptcha (#257)

This commit is contained in:
Andrey Savihin 2024-06-13 14:38:11 +03:00 committed by GitHub
parent 2a6fd1449f
commit b7f87ae77b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,10 @@
"recaptcha": { "recaptcha": {
"public-key": "", "public-key": "",
"private-key": "" "private-key": ""
},
"hcaptcha" : {
"public-key": "",
"private-key": ""
} }
}, },
"ConnectionStrings": { "ConnectionStrings": {
@ -249,6 +253,12 @@
"oform": { "oform": {
"img": ["static-oforms.teamlab.info"], "img": ["static-oforms.teamlab.info"],
"connect": ["cmsoforms.teamlab.info", "oforms.teamlab.info"] "connect": ["cmsoforms.teamlab.info", "oforms.teamlab.info"]
},
"captcha": {
"script": ["*.google.com", "*.gstatic.com", "hcaptcha.com", "*.hcaptcha.com"],
"style": ["hcaptcha.com", "*.hcaptcha.com"],
"frame": ["*.google.com", "hcaptcha.com", "*.hcaptcha.com"],
"connect": ["hcaptcha.com", "*.hcaptcha.com"]
} }
}, },
"logocolors": [ "logocolors": [