1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 11:33:28 +00:00

move google analytics to measurements protocol so that we can get rid of custom CSP

This commit is contained in:
Kyle Spearrin
2016-10-17 22:26:04 -04:00
parent 293308b8bb
commit 56bd98fa43
5 changed files with 57 additions and 20 deletions

View File

@@ -12,7 +12,6 @@
"96": "images/icon96.png",
"128": "images/icon128.png"
},
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"js": [ "content/autoFill.js" ],
@@ -28,7 +27,6 @@
"lib/sjcl/bitArray.js",
"lib/q/q.js",
"scripts/tld.js",
"scripts/analyticsCode.js",
"models/api/requestModels.js",
"models/api/responseModels.js",
"models/dataModels.js",