Merge pull request #5505 from nurbek91/VAPTCHA

Add VAPTCHA / Security  #5498
main
Elbert Alias 3 years ago committed by GitHub
commit 59ed8c8762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.3647 4.70587C24.6588 4.51766 20.1411 2.82353 16.3764 0.188235L16 0L15.6235 0.188235C11.8588 2.82353 7.34115 4.51766 2.63526 4.70587H1.88232V15.4353C1.88232 23.1529 7.52937 30.1177 15.8117 32H16.1882C24.4706 30.1177 30.1176 23.1529 30.1176 15.2471V4.70587H29.3647ZM28.2352 16.1882C27.2941 27.8588 16 30.1177 15.8117 30.3059C15.8117 30.3059 4.70584 28.0471 3.57644 16.1882V6.02353H3.76469C8.28231 5.64706 12.4235 4.32941 16 2.07059C19.7647 4.51766 23.7176 5.64706 28.2352 6.02353V16.1882ZM14.6823 19.3883L11.9529 16.7529L9.2235 14.1177C9.03525 13.7412 8.65878 13.5529 8.28231 13.5529C7.71762 13.5529 7.1529 13.9294 7.1529 14.4941C7.1529 15.0588 7.52937 15.2471 7.71762 15.4353L13.3647 21.0823C13.5529 21.4588 13.9294 21.6471 14.4941 21.6471C15.0588 21.6471 15.4352 21.4588 15.6235 21.0823L24.2823 12.4235C24.6588 12.2353 24.847 11.8588 24.847 11.4823C24.847 10.9177 24.2823 10.5412 23.7176 10.5412C23.3411 10.5412 22.9647 10.7294 22.7764 11.1059L14.6823 19.3883Z" fill="#26D5FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -159,6 +159,23 @@
"implies": "PHP", "implies": "PHP",
"website": "http://vanillaforums.org" "website": "http://vanillaforums.org"
}, },
"VAPTCHA": {
"cats": [
16
],
"description": "VAPTCHA is the abbreviation of (Variation Analysis based Public Turing Test to Tell Computers and Humans Apart), also known as gesture verification code, is a human-machine verification solution based on artificial intelligence and big data.",
"icon": "VAPTCHA.svg",
"js": {
"vaptcha": ""
},
"scriptSrc": "\\.vaptcha\\.com/v([\\d\\.]+)\\.js\\;version:\\1",
"saas": true,
"pricing": [
"poa",
"freemium"
],
"website": "https://en.vaptcha.com"
},
"Varbase": { "Varbase": {
"cats": [ "cats": [
1 1

Loading…
Cancel
Save