Merge pull request #6220 from nurbek91/hcaptcha_bootstrap

Update hCaptcha / security
main
Elbert Alias 3 years ago committed by GitHub
commit 877ddce7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1250,10 +1250,24 @@
"cats": [
16
],
"html": "<style[^>]+[^<]+#cf-hcaptcha-container[^<]+</style>",
"description": "hCaptcha is an anti-bot solution that protects user privacy and rewards websites.",
"css": "#cf-hcaptcha-container",
"icon": "hCaptcha.svg",
"scriptSrc": "https://hcaptcha.com/([\\d]+?)/api.js\\;version:\\1",
"website": "https://www.hcaptcha.com/"
"dom": "link[href*='hcaptcha.com']",
"headers": {
"content-security-policy": "(?:\\.|//)hcaptcha\\.com"
},
"js": {
"hcaptcha.getRespKey": "",
"hcaptchaOnLoad": ""
},
"scriptSrc": "hcaptcha\\.com/([\\d]+?)/api\\.js\\;version:\\1",
"saas": true,
"pricing": [
"freemium",
"poa"
],
"website": "https://www.hcaptcha.com"
},
"hantana": {
"cats": [

Loading…
Cancel
Save