diff --git a/src/drivers/webextension/images/icons/WayForPay.svg b/src/drivers/webextension/images/icons/WayForPay.svg new file mode 100644 index 000000000..fd0a65ccf --- /dev/null +++ b/src/drivers/webextension/images/icons/WayForPay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/w.json b/src/technologies/w.json index 5edeba5bc..85591cee6 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -620,6 +620,16 @@ "requires": "WordPress", "website": "https://music.flatfull.com/waveme/about/" }, + "WayForPay": { + "cats": [ + 41 + ], + "description": "WayForPay is a payment processing service provider based in Europe.", + "dom": "form[action*='secure.wayforpay.com']", + "icon": "WayForPay.svg", + "scriptSrc": "secure\\.wayforpay\\.com", + "website": "https://wayforpay.com" + }, "Wazimo": { "cats": [ 36 @@ -2392,4 +2402,4 @@ "url": "^https?://[^/]+\\.wpcache\\.co", "website": "https://wpcache.co" } -} \ No newline at end of file +}