From 6edd7560bf46d3509a13ca6d392407b9d78dc5b2 Mon Sep 17 00:00:00 2001 From: Christian Hellsten Date: Mon, 14 Jan 2019 09:11:12 +0200 Subject: [PATCH] Better detection of Tealium Better detection of Tealium. See https://regex101.com/r/3T16wo/1 --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index c2fd5c6e3..45928e986 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9795,7 +9795,7 @@ "TEALIUMENABLED": "" }, "script": [ - "^//tags\\.tiqcdn\\.com/", + "^(https?:)?//tags\\.tiqcdn\\.com/", "/tealium/utag\\.js$" ], "website": "http://tealium.com"