Add regex start and ending characters to speed up matching

main
Craig London 8 years ago
parent abe541fa08
commit c9606e052e

@ -7631,8 +7631,8 @@
"env": "^TEALIUMENABLED$", "env": "^TEALIUMENABLED$",
"icon": "Tealium.png", "icon": "Tealium.png",
"script": [ "script": [
"//tags\\.tiqcdn\\.com/", "^//tags\\.tiqcdn\\.com/",
"/tealium/utag\\.js" "/tealium/utag\\.js$"
], ],
"website": "http://tealium.com" "website": "http://tealium.com"
}, },