From e23e8697270b925312a5375b127ef6756434fbfd Mon Sep 17 00:00:00 2001 From: Aliif Arief <63054324+aliifam@users.noreply.github.com> Date: Sun, 5 Dec 2021 20:35:15 +0700 Subject: [PATCH] fixing regex for goatcounter --- src/technologies/g.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 5d24b8fda..7fa5d54c1 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -732,7 +732,8 @@ ], "description": "GoatCounter is an open source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app. It aims to offer easy to use and meaningful privacy-friendly web analytics as an alternative to Google Analytics or Matomo.", "icon": "goatcounter.svg", - "scriptSrc": "//gc.zgo.at/count.js", + "oss": true, + "scriptSrc": "gc\\.zgo\\.at/count\\.js", "website": "https://www.goatcounter.com/" }, "GoCache": {