|
|
|
@ -2451,7 +2451,7 @@
|
|
|
|
|
"website": "recaptcha.net",
|
|
|
|
|
"cats": [ 16 ],
|
|
|
|
|
"script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)",
|
|
|
|
|
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha)",
|
|
|
|
|
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha')",
|
|
|
|
|
"env": "^Recaptcha$"
|
|
|
|
|
},
|
|
|
|
|
"Red Hat": {
|
|
|
|
@ -3379,7 +3379,7 @@
|
|
|
|
|
"Zeuscart": {
|
|
|
|
|
"website": "zeuscart.com",
|
|
|
|
|
"cats": [ 6 ],
|
|
|
|
|
"url": "\\?do=prodetail&action=show&prodid=",
|
|
|
|
|
"url": "\\?do=prodetail&action=show(?:(?:popup)?prod)?&prodid=\\d",
|
|
|
|
|
"html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?!<\\/form>).+<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">",
|
|
|
|
|
"implies": "PHP"
|
|
|
|
|
},
|
|
|
|
|