From cf60138ffb9c2ab9a925608b98bd8608a4d957a1 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:43:45 +0000 Subject: [PATCH 1/3] utiq --- src/images/icons/Utiq.svg | 11 +++++++++++ src/technologies/u.json | 16 +++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/images/icons/Utiq.svg diff --git a/src/images/icons/Utiq.svg b/src/images/icons/Utiq.svg new file mode 100644 index 000000000..edfdc66f9 --- /dev/null +++ b/src/images/icons/Utiq.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/u.json b/src/technologies/u.json index 41b8f8043..64cc475ed 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -1022,6 +1022,20 @@ }, "website": "https://user.com" }, + "Utiq": { + "cats": [ + 36 + ], + "description": "Utiq empowers brands and publishers to address audiences through Telco-powered first-party identifier.", + "icon": "Utiq.svg", + "oss": false, + "website": "https://utiq.com/", + "xhr": "/utiqLoader\\.js", + "js": { + "Utiq": "" + } + } +}, "utterances": { "cats": [ 15 @@ -1033,4 +1047,4 @@ "website": "https://utteranc.es/", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +} From 9f4af4e4f826e8cfe53922d3faf65458ab9ded21 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:47:27 +0000 Subject: [PATCH 2/3] fix --- src/technologies/u.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index 64cc475ed..6d025623e 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -1034,8 +1034,7 @@ "js": { "Utiq": "" } - } -}, + }, "utterances": { "cats": [ 15 From afadb658df38dc23f03a604f7a77906b6251ffe5 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:08:53 +0000 Subject: [PATCH 3/3] fix --- src/technologies/u.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index 6d025623e..12407beed 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -1030,7 +1030,7 @@ "icon": "Utiq.svg", "oss": false, "website": "https://utiq.com/", - "xhr": "/utiqLoader\\.js", + "scriptSrc": "/utiqLoader\\.js", "js": { "Utiq": "" }