Merge pull request #7779 from osbre/feat/add-wayforpay

Add WayForPay detection
main
Elbert Alias 1 year ago committed by GitHub
commit b728c36fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><path fill="#4684C5" fill-rule="evenodd" d="M13.917 20.629v-1.164a1.248 1.248 0 0 1-.725-1.132c0-.683.562-1.246 1.246-1.246.683 0 1.245.563 1.245 1.246a1.248 1.248 0 0 1-.724 1.132v1.164a.524.524 0 0 1-.73.52.524.524 0 0 1-.312-.52Zm4.045-4.595v.052h-7.035v-.051h-1.29v.05c0 2.064.423 3.684 1.27 4.858a4.099 4.099 0 0 0 3.519 1.758 4.179 4.179 0 0 0 3.584-1.727c.84-1.154 1.26-2.778 1.26-4.871v-.069h-1.308ZM.738 9.393v13.216h1.537v-5.645h5.478v-1.365H2.275V10.76h5.83V9.396L.737 9.392Zm22.818 1.352h1.997c1.138 0 1.965.192 2.481.577.517.384.775 1.015.775 1.89a2.414 2.414 0 0 1-.761 1.94c-.505.43-1.302.645-2.39.645h-2.102v-5.052ZM22.02 9.396v13.216h1.536v-5.495h2.758l3.198 5.495h1.816l-3.587-5.94c1.77-.614 2.657-1.794 2.659-3.542 0-1.25-.39-2.181-1.164-2.802-.775-.622-1.973-.932-3.594-.932H22.02Zm-11.13 1.706c-.84 1.15-1.26 2.39-1.26 4.499v.068h1.297v-.05c0-1.707.3-2.66.905-3.557a2.992 2.992 0 0 1 2.645-1.366 2.934 2.934 0 0 1 2.618 1.342c.59.894.888 1.836.888 3.566v.052h1.29v-.052c0-2.047-.424-3.313-1.267-4.484a4.101 4.101 0 0 0-3.526-1.762 4.173 4.173 0 0 0-3.58 1.73" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -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"
}
}
}