Skip to content

Commit 3007458

Browse files
committed
fix(google-analytics): add www.google.com and www.googletagmanager.com to proxy domains (#678)
1 parent f53a11b commit 3007458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/script/src/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ export async function registry(resolve?: (path: string) => Promise<string>): Pro
724724
},
725725
},
726726
proxy: {
727-
domains: ['www.google-analytics.com', 'analytics.google.com', 'stats.g.doubleclick.net', 'pagead2.googlesyndication.com', 'www.googleadservices.com', 'googleads.g.doubleclick.net'],
727+
domains: ['www.google-analytics.com', 'analytics.google.com', 'stats.g.doubleclick.net', 'pagead2.googlesyndication.com', 'www.googleadservices.com', 'googleads.g.doubleclick.net', 'www.google.com', 'www.googletagmanager.com'],
728728
privacy: PRIVACY_HEATMAP,
729729
},
730730
partytown: { forwards: ['dataLayer.push', 'gtag'] },

0 commit comments

Comments
 (0)