From 09405062a434c810dda2c03d71059cf58d05c5e8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 11 Mar 2022 00:08:27 +0600 Subject: [PATCH 1/3] Add Cloudimage / CDN, DAM --- .../webextension/images/icons/Cloudimage.svg | 275 ++++++++++++++++++ src/technologies/c.json | 21 ++ 2 files changed, 296 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Cloudimage.svg diff --git a/src/drivers/webextension/images/icons/Cloudimage.svg b/src/drivers/webextension/images/icons/Cloudimage.svg new file mode 100644 index 000000000..27a7dd023 --- /dev/null +++ b/src/drivers/webextension/images/icons/Cloudimage.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 3ea1d420b..3a9e551a1 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1402,6 +1402,7 @@ }, "website": "http://www.cloudflare.com" }, + "Cloudflare Bot Management": { "cats": [ 16 @@ -1440,6 +1441,26 @@ "icon": "CloudFlare.svg", "website": "https://developers.cloudflare.com/logs/reference/log-fields/zone/nel_reports" }, + "Cloudimage": { + "cats": [ + 31, + 95 + ], + "description": "Cloudimage automates the transformation and optimisation of images on the fly and accelerates their distribution via the Content Delivery Network (CDN).", + "icon": "Cloudimage.svg", + "dom": "img[src*='.cloudimg.io/'], link[href*='.cloudimg.io/'], amp-img[src*='.cloudimg.io/']", + "js": { + "ciResponsive.config.domain": "cloudimg\\.io" + }, + "scriptSrc": "", + "saas": true, + "pricing": [ + "freemium", + "payg", + "recurring" + ], + "website": "https://www.cloudimage.io" + }, "Cloudinary": { "cats": [ 31, From 12f80fe3af954474d50f1cabbc134f19cd77392a Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 11 Mar 2022 00:12:59 +0600 Subject: [PATCH 2/3] Remove whitespace --- src/technologies/c.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 3a9e551a1..11e1dccb2 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1402,7 +1402,6 @@ }, "website": "http://www.cloudflare.com" }, - "Cloudflare Bot Management": { "cats": [ 16 From bf469bf21c2bb2f9ac4561d55416625a1100dcf5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 11 Mar 2022 00:14:14 +0600 Subject: [PATCH 3/3] Remove scriptSrc --- src/technologies/c.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 11e1dccb2..c44064fc0 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1451,7 +1451,6 @@ "js": { "ciResponsive.config.domain": "cloudimg\\.io" }, - "scriptSrc": "", "saas": true, "pricing": [ "freemium",