From 81596f02997e76fcbc40f04b8b07df8dd83e9e32 Mon Sep 17 00:00:00 2001 From: Brian Banerjee Date: Sun, 8 Mar 2026 14:03:10 -0700 Subject: [PATCH] Limit PostHog cookie to Stirling PDF's subdomain only (#5882) --- frontend/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index a84708148..e1eef3e3f 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -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(){