Skip to content

Commit c04ec43

Browse files
authored
Fix GA endpoints (#886)
1 parent 0e2b252 commit c04ec43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/csp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"'self'",
66
"'strict-dynamic'",
77
"cdn.httparchive.org",
8-
"www.google-analytics.com",
8+
"*.google-analytics.com",
99
"use.fontawesome.com",
1010
"cdn.speedcurve.com",
1111
"spdcrv.global.ssl.fastly.net",
@@ -22,7 +22,7 @@
2222
"dev.to",
2323
"cdn.rawgit.com",
2424
"www.webpagetest.org",
25-
"www.google-analytics.com",
25+
"*.google-analytics.com",
2626
"analytics.google.com",
2727
"*.analytics.google.com",
2828
"stats.g.doubleclick.net",

0 commit comments

Comments
 (0)