mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-05 13:44:12 -04:00
Comment
This commit is contained in:
@@ -32,6 +32,8 @@ export function initTracking() {
|
||||
loaded: (posthog) => {
|
||||
posthog.debug(false)
|
||||
},
|
||||
// Below was a failed attempt to remove that error in the browser console:
|
||||
// Cookie “dmn_chk_01993ec4-8420-79ca-85d3-28fec41426c0” has been rejected for invalid domain.
|
||||
persistence: 'cookie',
|
||||
cross_subdomain_cookie: true, // top-level domain cookie
|
||||
secure_cookie: window.location.protocol === 'https:',
|
||||
|
||||
Reference in New Issue
Block a user