Update apps.json

Updated script expression for Google Analytics to fix typo/bug where the version could end up being a closing parenthesis, ")"
main
atcazzual 10 years ago
parent 3b944e6f29
commit 7d3b8726fe

@ -1252,7 +1252,7 @@
"website": "google.com/analytics",
"cats": [ 10 ],
"html": "_gaq\\.push\\(\\['_setAccount|i\\['GoogleAnalyticsObject'\\]|ga\\.async = true",
"script": "^https?://[^\/]+\\.google-analytics\\.com\/(?:ga|urchin|(analytics))\\.js\\;version:\\1?Universal Analytics:)",
"script": "^https?://[^\/]+\\.google-analytics\\.com\/(?:ga|urchin|(analytics))\\.js\\;version:\\1?Universal Analytics:",
"headers": { "Set-Cookie": "__utma" },
"env": "^gaGlobal$"
},