From 2f3e58887d29a105f346c0b81432c941b54e3c17 Mon Sep 17 00:00:00 2001 From: Anthony PELLETIER Date: Tue, 31 Mar 2020 17:23:42 +0200 Subject: [PATCH] Fix Hotjar script regex Remove the ^ token because somes site use full scheme --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index c827ee727..e5ad63f6a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4772,7 +4772,7 @@ "HotleadController": "", "hj.apiUrlBase": "" }, - "script": "^//static\\.hotjar\\.com/c/hotjar-", + "script": "//static\\.hotjar\\.com/c/hotjar-", "website": "https://www.hotjar.com" }, "HubSpot": {