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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user