From 30b8e4964cedef6fa2b87bd9114d57e191ec55d0 Mon Sep 17 00:00:00 2001 From: Samuel Papke Date: Mon, 23 Nov 2020 17:32:05 +0100 Subject: [PATCH 1/2] Adding Cloudflare Insight --- src/technologies.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 72df5113a..ef3fa0cdf 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3203,6 +3203,15 @@ }, "website": "http://www.cloudflare.com" }, + "Cloudflare Insight": { + "cats": [ + 10 + ], + "description": "Cloudflare Insight is a Trafficanalytics script", + "icon": "CloudFlare.svg", + "scripts": "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js", + "website": "http://www.cloudflare.com" + }, "Cloudinary": { "cats": [ 31 From 078ba2f63300b495054e373ecc5d6033d28e7c74 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:35:06 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index ef3fa0cdf..b6f40a326 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3203,12 +3203,15 @@ }, "website": "http://www.cloudflare.com" }, - "Cloudflare Insight": { + "Cloudflare Browser Insights": { "cats": [ 10 ], - "description": "Cloudflare Insight is a Trafficanalytics script", + "description": "Cloudflare Browser Insights is a tool tool that measures the performance of websites from the perspective of users.", "icon": "CloudFlare.svg", + "js": { + "__cfBeaconCustomTag": "", + }, "scripts": "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js", "website": "http://www.cloudflare.com" },