You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`APP__PROXY_DOMAIN=${proxyDomain} (path added to original host replace proxy host`);
17
-
console.log(`APP__STRIPPED_PATH=${strippedPath} (proxy domain added to replace original host in analytics scripts)`);
16
+
console.log(`APP__STRIPPED_PATH=${strippedPath} (a prefix path added to the original host, which will be removed in the proxy request)`);
17
+
console.log(`APP__PROXY_DOMAIN=${proxyDomain} (an optional proxy domain which will be used for client-side requests instead of the current domain)`);
18
18
console.log(`APP__ENV_NAME=${env} (should not be local nor test in production)`);
19
19
console.log(`APP__HOSTS_WHITELIST_REGEX=${hostsWhitelistRegex}${hostsWhitelistRegex.toString()===`/${MATCH_EVERYTHING_STRING}/` ? ' (YAY!! Anyone can use your proxy!)' : ''}`);
20
20
@@ -96,7 +96,7 @@ export default {
96
96
"/log_event\\?",
97
97
"/r/collect",
98
98
"/j/collect",
99
-
"/g/collect",
99
+
"/g/collect",// As of Dec 2020, Google Measurement Protocol v2 doesn't yet support location overwriting.
0 commit comments