diff --git a/src/drivers/webextension/images/icons/Conekta.svg b/src/drivers/webextension/images/icons/Conekta.svg new file mode 100644 index 000000000..713e808ca --- /dev/null +++ b/src/drivers/webextension/images/icons/Conekta.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index ed457a6a9..cb757836c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3324,7 +3324,7 @@ "description": "ClustrMaps widget is a visitor tracker, designed for general web and blog use.", "icon": "ClustrMaps.svg", "dom": { - "img[src*=clustrmaps.com]": { + "img[src*='clustrmaps.com']": { "attributes": { "src": "" } @@ -3516,6 +3516,20 @@ "icon": "HP.svg", "website": "http://www.hp.com" }, + "Conekta": { + "cats": [ + 41 + ], + "description": "Conekta is a Mexican payment platform.", + "icon": "Conekta.svg", + "scripts": [ + "conektaapi/v([\\d.]+)\\;version:\\1", + "cdn\\.conekta\\.\\w+/js/(?:v([\\d.]+)|)\\;version:\\1" + ], + "saas": true, + "pricing": ["payg"], + "website": "https://conekta.com" + }, "Concrete5": { "cats": [ 1 @@ -10575,8 +10589,10 @@ "description": "OpenStreetMap is a free, editable map of the whole world that is being built by volunteers largely from scratch and released with an open-content license.", "icon": "OpenStreetMap.svg", "dom": { - "iframe[src=*openstreetmap.org],iframe[data-lazy-src=*openstreetmap.org]": { - "text": "" + "iframe[src*='openstreetmap.org'],iframe[data-lazy-src*='openstreetmap.org']": { + "attributes": { + "src": "" + } } }, "oss": true,