|
|
@ -1577,12 +1577,9 @@
|
|
|
|
"cats": [
|
|
|
|
"cats": [
|
|
|
|
16
|
|
|
|
16
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"html": [
|
|
|
|
"description": "reCAPTCHA is a free service from Google that helps protect websites from spam and abuse.",
|
|
|
|
"<div[^>]+id=\"recaptcha_image",
|
|
|
|
|
|
|
|
"<link[^>]+recaptcha",
|
|
|
|
|
|
|
|
"<div[^>]+class=\"g-recaptcha\""
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"icon": "reCAPTCHA.svg",
|
|
|
|
"icon": "reCAPTCHA.svg",
|
|
|
|
|
|
|
|
"dom": "#recaptcha_image, iframe[src*='.google.com/recaptcha/'], div.g-recaptcha",
|
|
|
|
"js": {
|
|
|
|
"js": {
|
|
|
|
"Recaptcha": "",
|
|
|
|
"Recaptcha": "",
|
|
|
|
"recaptcha": ""
|
|
|
|
"recaptcha": ""
|
|
|
@ -1590,7 +1587,14 @@
|
|
|
|
"scriptSrc": [
|
|
|
|
"scriptSrc": [
|
|
|
|
"api-secure\\.recaptcha\\.net",
|
|
|
|
"api-secure\\.recaptcha\\.net",
|
|
|
|
"recaptcha_ajax\\.js",
|
|
|
|
"recaptcha_ajax\\.js",
|
|
|
|
"/recaptcha/api\\.js"
|
|
|
|
"/recaptcha/(?:api|enterprise)\\.js"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"scripts": "/recaptcha/api\\.js",
|
|
|
|
|
|
|
|
"saas": true,
|
|
|
|
|
|
|
|
"pricing": [
|
|
|
|
|
|
|
|
"freemium",
|
|
|
|
|
|
|
|
"payg",
|
|
|
|
|
|
|
|
"poa"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"website": "https://www.google.com/recaptcha/"
|
|
|
|
"website": "https://www.google.com/recaptcha/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|