Skip to content

Commit

Permalink
Add wildcarded GA subdomain (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps authored Mar 20, 2024
1 parent a37ab89 commit 04f54ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ module.exports = {
"https://*.comicrelief.com",
"https://*.sportrelief.com",
"https://sentry.io",
"https://*.netlify.com"
"https://*.netlify.com",
"https://*.google-analytics.com"
],
'frame-src': [
"'self'",
Expand Down Expand Up @@ -272,6 +273,7 @@ module.exports = {
"https://www.gstatic.com",
"https://www.google-analytics.com",
"https://www.googletagmanager.com",
"https://*.google-analytics.com",
"https://connect.facebook.net",
"https://sjs.bizographics.com",
"https://snap.licdn.com"
Expand All @@ -281,7 +283,8 @@ module.exports = {
"https://*.comicrelief.com",
"https://*.sportrelief.com",
"https://sentry.io",
"https://*.netlify.com"
"https://*.netlify.com",
"https://*.google-analytics.com",
],
'frame-src': [
"'self'",
Expand Down
7 changes: 5 additions & 2 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ module.exports = {
"https://www.gstatic.com",
"https://www.google-analytics.com",
"https://www.googletagmanager.com",
"https://*.google-analytics.com",
"https://www.tagmanager.google.com",
"https://connect.facebook.net",
"https://sjs.bizographics.com",
Expand All @@ -332,7 +333,8 @@ module.exports = {
"https://*.comicrelief.com",
"https://*.sportrelief.com",
"https://sentry.io",
"https://*.netlify.com"
"https://*.netlify.com",
"https://*.google-analytics.com",
],
'frame-src': [
"'self'",
Expand Down Expand Up @@ -400,7 +402,8 @@ module.exports = {
"https://*.comicrelief.com",
"https://*.sportrelief.com",
"https://sentry.io",
"https://*.netlify.com"
"https://*.netlify.com",
"https://*.google-analytics.com"
],
'frame-src': [
"'self'",
Expand Down

0 comments on commit 04f54ed

Please sign in to comment.