From 401e6d9e6d14a69653d272914e7986da4c6df7a4 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sat, 14 Aug 2021 16:56:52 +0100 Subject: [PATCH] Improved 'Amazon Pay' detection https://github.com/AliasIO/wappalyzer/issues/4298 https://github.com/AliasIO/wappalyzer/issues/4281 --- src/technologies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 9ccc117be..da1f6f2d1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1827,6 +1827,7 @@ ], "description": "Amazon Pay is an online payments processing service that is owned by Amazon. It lets you use the payment methods associated with your Amazon account to make payments for goods and services.", "dom": "img[src*='amazonpay']", + "html": "<[^>]+aria-labelledby=\"pi-amazon", "icon": "Amazon Pay.svg", "js": { "AmazonPayments": "", @@ -1834,6 +1835,9 @@ "enableAmazonPay": "", "onAmazonPaymentsReady": "" }, + "meta": { + "id": "amazon-payments-metadata" + }, "pricing": [ "payg" ],