This commit is contained in:
MartinBraquet
2025-09-12 18:33:46 +02:00
parent b32a85ae7e
commit 42dcc3318c

View File

@@ -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:',