From ab62879369a8abde431b812ad6160c28433ac388 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 9 Feb 2022 21:51:22 +0600 Subject: [PATCH 1/2] Add Oookla Speedtest Custom / widget --- .../webextension/images/icons/Ookla.svg | 3 +++ src/technologies/o.json | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Ookla.svg diff --git a/src/drivers/webextension/images/icons/Ookla.svg b/src/drivers/webextension/images/icons/Ookla.svg new file mode 100644 index 000000000..6b34f9abd --- /dev/null +++ b/src/drivers/webextension/images/icons/Ookla.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/o.json b/src/technologies/o.json index e6fa70a7b..23d8c0f7d 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -517,6 +517,25 @@ "scriptSrc": "/opencart_custom\\.js", "website": "https://onshop.asia" }, + "Oookla Speedtest Custom": { + "cats": [ + 5 + ], + "description": "Speedtest Custom is a robust and accurate testing solution that is HTML5-based, Flash-free and supports both mobile and desktop browsers built by Ookla.", + "icon": "Oookla.svg", + "headers": { + "content-security-policy": "\\.speedtestcustom\\.com" + }, + "dom":"iframe[src*='.speedtestcustom.com'], a[href*='.speedtestcustom.com']", + "scriptSrc": "\\.speedtestcustom\\.com/", + "saas": true, + "pricing": [ + "freemium", + "mid", + "recurring" + ], + "website": "https://www.ookla.com/speedtest-custom" + }, "Open AdStream": { "cats": [ 36 From fe422da5000e3378065bc5f863e1333e1baeaa61 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 9 Feb 2022 21:57:00 +0600 Subject: [PATCH 2/2] fixes --- src/technologies/o.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index 23d8c0f7d..5452fce8e 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -517,12 +517,12 @@ "scriptSrc": "/opencart_custom\\.js", "website": "https://onshop.asia" }, - "Oookla Speedtest Custom": { + "Ookla Speedtest Custom": { "cats": [ 5 ], "description": "Speedtest Custom is a robust and accurate testing solution that is HTML5-based, Flash-free and supports both mobile and desktop browsers built by Ookla.", - "icon": "Oookla.svg", + "icon": "Ookla.svg", "headers": { "content-security-policy": "\\.speedtestcustom\\.com" },