hof 20.2.10 → 20.2.11
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +10 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -78,8 +78,16 @@ const getContentSecurityPolicy = (config, res) => {
|
|
78
78
|
styleSrc: ['www.googletagmanager.com', 'fonts.googleapis.com', 'tagmanager.google.com'],
|
79
79
|
fontSrc: ['fonts.gstatic.com '],
|
80
80
|
scriptSrc: ['www.google-analytics.com', 'ssl.google-analytics.com'],
|
81
|
-
imgSrc: [
|
82
|
-
|
81
|
+
imgSrc: [
|
82
|
+
'www.google-analytics.com',
|
83
|
+
'ssl.gstatic.com',
|
84
|
+
'www.google.co.uk/ads/ga-audiences'
|
85
|
+
],
|
86
|
+
connectSrc: [
|
87
|
+
'https://www.google-analytics.com',
|
88
|
+
'https://region1.google-analytics.com',
|
89
|
+
'https://region1.analytics.google.com'
|
90
|
+
]
|
83
91
|
};
|
84
92
|
|
85
93
|
if (config.gaTagId) {
|