From dcd2d7f5be3778999dda488e3a2f94ca7cabdd49 Mon Sep 17 00:00:00 2001 From: Robbie Coomber Date: Thu, 12 Dec 2024 10:28:17 +0000 Subject: [PATCH] Remove cklsh from next playground --- playground/nextjs/src/posthog.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playground/nextjs/src/posthog.ts b/playground/nextjs/src/posthog.ts index 7ab8c1543..89de3feb1 100644 --- a/playground/nextjs/src/posthog.ts +++ b/playground/nextjs/src/posthog.ts @@ -65,7 +65,6 @@ if (typeof window !== 'undefined') { opt_in_site_apps: true, __preview_remote_config: true, ...configForConsent(), - __use_cookieless_server_hash: true, }) // Help with debugging ;(window as any).posthog = posthog