Skip to content

Commit

Permalink
fix(csp): add *.analytics.google.com (#10729)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Mar 18, 2024
1 parent 789aa15 commit 12dde4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const CSP_DIRECTIVES = {
"www.google-analytics.com",
// GA4.
"https://*.google-analytics.com",
"https://*.analytics.google.com",
"https://*.googletagmanager.com",

"stats.g.doubleclick.net",
Expand Down

0 comments on commit 12dde4f

Please sign in to comment.