Add another pattern to detect Tealium

main
Craig London 8 years ago
parent 9f25ef1913
commit abe541fa08

@ -7630,7 +7630,10 @@
], ],
"env": "^TEALIUMENABLED$", "env": "^TEALIUMENABLED$",
"icon": "Tealium.png", "icon": "Tealium.png",
"script": "//tags\\.tiqcdn\\.com/", "script": [
"//tags\\.tiqcdn\\.com/",
"/tealium/utag\\.js"
],
"website": "http://tealium.com" "website": "http://tealium.com"
}, },
"TeamCity": { "TeamCity": {
@ -10162,4 +10165,4 @@
"priority": "9" "priority": "9"
} }
} }
} }