Skip to content

Commit

Permalink
fix(google-analytics): allow analytics.js in CSP (#10765)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Mar 21, 2024
1 parent f4b6be2 commit 3758c73
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 @@ -65,6 +65,7 @@ export const CSP_SCRIPT_SRC_VALUES = [
"'self'",

// GA4.
"https://www.google-analytics.com/analytics.js",
"https://www.googletagmanager.com/gtag/js",

"assets.codepen.io",
Expand Down

0 comments on commit 3758c73

Please sign in to comment.