Add Stripe cookie detection

main
Elbert Alias 4 years ago
parent 81093635a7
commit 0ae62c95e8

@ -10814,6 +10814,10 @@
41 41
], ],
"html": "<input[^>]+data-stripe", "html": "<input[^>]+data-stripe",
"cookies": {
"__stripe_mid": "",
"__stripe_sid": ""
},
"icon": "Stripe.png", "icon": "Stripe.png",
"js": { "js": {
"Stripe.version": "^(.+)$\\;version:\\1" "Stripe.version": "^(.+)$\\;version:\\1"

@ -528,7 +528,7 @@ const Driver = {
] ]
if ( if (
!/((local|dev(elopment)?|stag(e|ing)?|test(ing)?|demo(shop)?|admin|google|cache)\.|\/admin|\.local|127\.)/.test( !/((local|dev(elop(ment)?)?|stag(e|ing)?|preprod|test(ing)?|demo(shop)?|admin|cache)[.-]|localhost|google|\/admin|\.local|\.test|\.dev|127\.|0\.)/.test(
hostname hostname
) && ) &&
hits >= 3 hits >= 3

Loading…
Cancel
Save