Skip to content

Commit f16b676

Browse files
authored
Update getCC.js
1 parent 9ba58f7 commit f16b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/getCC.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports = {
115115

116116
//this is a global variable
117117
CSPstr1 = "style-src 'self' 'unsafe-inline'; ";
118-
CSPstr1 += "img-src 'self' data:; ";
118+
CSPstr1 += "img-src 'self' https://www.google-analytics.com data:; ";
119119
CSPstr1 += "object-src 'none';";
120120
CSPstr1 += "base-uri 'self';";
121121
CSPstr1 += frameStr;

0 commit comments

Comments
 (0)