From df17d4e3957e067f4d9fbe7641bc39f7bc66db38 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:28:01 +0100 Subject: [PATCH 1/2] oss + cmp version --- src/technologies/o.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index 62fd3c13e..16a2b02bb 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -1785,7 +1785,8 @@ "description": "Osano is a data privacy platform that helps your website become compliant with laws such as GDPR and CCPA.", "icon": "Osano.svg", "js": { - "Osano": "" + "Osano": "", + "Osano.cm.cmpVersion": "(.+)\\;version:\\1" }, "pricing": [ "freemium", @@ -1793,7 +1794,11 @@ "recurring" ], "saas": true, - "scriptSrc": "cmp\\.osano\\.com/", + "scriptSrc": [ + "cmp\\.osano\\.com/", + "ajax/libs/cookieconsent2?/([\\d\\.]+)/cookieconsent.min.js\\;version:\\1", + "npm/cookieconsent@(\\d)/build/cookieconsent.min.js\\;version:\\1" + ], "website": "https://www.osano.com" }, "Osterreichische Post": { From 8208e2055b8599f2a8e35c4536cb7ee4aa82b48b Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:48:14 +0100 Subject: [PATCH 2/2] description edit --- src/technologies/o.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index 16a2b02bb..ea34526b5 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -1782,7 +1782,7 @@ "cats": [ 67 ], - "description": "Osano is a data privacy platform that helps your website become compliant with laws such as GDPR and CCPA.", + "description": "Osano is a data privacy platform that helps your website comply with regulations such as GDPR and CCPA.", "icon": "Osano.svg", "js": { "Osano": "",