From aa6f49ffcb8c3a4c0357656a6f651e2272aeaf7f Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 17 Nov 2021 23:49:05 +0600 Subject: [PATCH 1/2] Add Yandex.Cloud / PaaS, Yandex.Cloud CDN / cdn --- .../images/icons/Yandex.Cloud.svg | 18 +++++++++++++++ src/technologies/y.json | 22 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Yandex.Cloud.svg diff --git a/src/drivers/webextension/images/icons/Yandex.Cloud.svg b/src/drivers/webextension/images/icons/Yandex.Cloud.svg new file mode 100644 index 000000000..6afa69e3d --- /dev/null +++ b/src/drivers/webextension/images/icons/Yandex.Cloud.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/y.json b/src/technologies/y.json index 957cef711..d0ffc2184 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -92,6 +92,28 @@ "scriptSrc": "d\\.yimg\\.com/mi/ywa\\.js", "website": "http://web.analytics.yahoo.com" }, + "Yandex.Cloud": { + "cats": [ + 62 + ], + "description": "Yandex.Cloud is a public cloud platform where companies can create and develop projects using Yandex's scalable computing power, advanced technologies, and infrastructure.", + "icon": "Yandex.Cloud.svg", + "saas": false, + "pricing": [ + "payg" + ], + "website": "https://cloud.yandex.com/en/" + }, + "Yandex.Cloud CDN": { + "cats": [ + 31 + ], + "description": "Yandex.Cloud CDN helps you streamline static content delivery for your web service.", + "icon": "Yandex.Cloud.svg", + "implies": "Yandex.Cloud", + "dom": "[href*='storage.yandexcloud.net'], [src*='storage.yandexcloud.net']", + "website": "https://cloud.yandex.com/en/services/cdn" + }, "Yandex.Direct": { "cats": [ 36 From 514c2e79bd57e584622cc22b7114be145fe6e9e1 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 17 Nov 2021 23:52:52 +0600 Subject: [PATCH 2/2] fix tencent category --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 9d41dd4ad..96298f243 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -533,7 +533,7 @@ "Tencent Cloud": { "cats": [ 31, - 88 + 62 ], "description": "Tencent Cloud is China's leading public cloud service provider.", "icon": "Tencent Cloud.svg",