From f9de355dfa02461f870f2461fd328db852fb1ba0 Mon Sep 17 00:00:00 2001 From: Craig London Date: Wed, 8 Mar 2017 11:54:23 -0500 Subject: [PATCH] Update regex for script match to not escape forward slashes --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4c8b681dd..18e0a0d5e 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7517,7 +7517,7 @@ ], "env": "^TEALIUMENABLED$", "icon": "Tealium.png", - "script": "\/\/tags\\.tiqcdn\\.com\/", + "script": "//tags\\.tiqcdn\\.com/", "website": "tealium.com" }, "TeamCity": {