Limit PostHog cookie to Stirling PDF's subdomain only (#5882)

This commit is contained in:
Brian Banerjee
2026-03-08 14:03:10 -07:00
committed by GitHub
parent 63d38e382d
commit 81596f0299

View File

@@ -18,6 +18,7 @@ posthog.init('phc_VOdeYnlevc2T63m3myFGjeBlRcIusRgmhfx6XL5a1iz', {
capture_exceptions: true, // This enables capturing exceptions using Error Tracking, set to false if you don't want this
debug: false,
opt_out_capturing_by_default: true, // Opt-out by default, controlled by cookie consent
cross_subdomain_cookie: false,
});
function updatePosthogConsent(){