Skip to content

Commit 58f81ad

Browse files
authored
fix(proxy): allow region1.google-analytics.com (#753)
1 parent 53810dd commit 58f81ad

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
@@ -764,7 +764,7 @@ export async function registry(resolve?: (path: string) => Promise<string>): Pro
764764
// `www.google.com` covers static URLs (www.google.com/g/collect) rewritten at build time;
765765
// `www.google.*` covers the geo-localized ga-audiences beacon, which gtag.js dynamically
766766
// fires to the visitor's local Google cctld (www.google.com.tw, www.google.co.jp, ...).
767-
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.google.*', 'www.googletagmanager.com'],
767+
domains: ['www.google-analytics.com', 'region1.google-analytics.com', 'analytics.google.com', 'stats.g.doubleclick.net', 'pagead2.googlesyndication.com', 'www.googleadservices.com', 'googleads.g.doubleclick.net', 'www.google.com', 'www.google.*', 'www.googletagmanager.com'],
768768
privacy: PRIVACY_HEATMAP,
769769
},
770770
partytown: { forwards: ['dataLayer.push', 'gtag'] },

0 commit comments

Comments
 (0)