From 453aee0e667b087a5642660c8cce5dce6ae6b179 Mon Sep 17 00:00:00 2001 From: Craig London Date: Wed, 1 Mar 2017 11:01:57 -0500 Subject: [PATCH 1/3] Add Tealium --- src/apps.json | 9 +++++++++ src/icons/Tealium.png | Bin 0 -> 324 bytes 2 files changed, 9 insertions(+) create mode 100755 src/icons/Tealium.png diff --git a/src/apps.json b/src/apps.json index a3c134b39..4c8b681dd 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7511,6 +7511,15 @@ "icon": "Tealeaf.png", "website": "www.tealeaf.com" }, + "Tealium": { + "cats": [ + 36 + ], + "env": "^TEALIUMENABLED$", + "icon": "Tealium.png", + "script": "\/\/tags\\.tiqcdn\\.com\/", + "website": "tealium.com" + }, "TeamCity": { "cats": [ 44 diff --git a/src/icons/Tealium.png b/src/icons/Tealium.png new file mode 100755 index 0000000000000000000000000000000000000000..98fc029858ab7f029803fb0ac4b0d908316e439b GIT binary patch literal 324 zcmV-K0lWT*P)EAH5z`Pc$b~V+Fbpw>NyTIu zh9y}x_y-IbkMHn=1=;t`@Cpa_dEaqALLzeUSLk8Uhoi?vrvf{a;UE?$@I3HRj6B>! zPzW0M!8OAH1R3OU)|lDY~d7A7^O>w@70TLHobAaETSxdgUbqE}}@7 zUgH*}X79!3CT4qRl<3D|hmW1}M+ WI-6=mB4ZE$0000 Date: Wed, 8 Mar 2017 11:54:23 -0500 Subject: [PATCH 2/3] 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": { From 182d17146b16e7cf64a9321c19a76e910052d2b0 Mon Sep 17 00:00:00 2001 From: Craig London Date: Wed, 8 Mar 2017 12:23:54 -0500 Subject: [PATCH 3/3] Add http:// to the URL --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 18e0a0d5e..6ebbb09ee 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7518,7 +7518,7 @@ "env": "^TEALIUMENABLED$", "icon": "Tealium.png", "script": "//tags\\.tiqcdn\\.com/", - "website": "tealium.com" + "website": "http://tealium.com" }, "TeamCity": { "cats": [