From cb3f8016dfd32436a13f50c5d717d30a44913528 Mon Sep 17 00:00:00 2001 From: ericcapella <92881328+ericcapella@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:58:15 +0100 Subject: [PATCH] fix: remove duplicate "Cookie-Free by Default" feature in posthog comparison (#293) --- apps/public/content/compare/posthog-alternative.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/public/content/compare/posthog-alternative.json b/apps/public/content/compare/posthog-alternative.json index 51ae3d75..81520fc8 100644 --- a/apps/public/content/compare/posthog-alternative.json +++ b/apps/public/content/compare/posthog-alternative.json @@ -61,7 +61,7 @@ "notes": "OpenPanel's SDK is over 20x smaller than PostHog's core library, resulting in faster page loads and better Core Web Vitals." }, { - "label": "Cookie-Free by Default", + "label": "Cookie-Free", "openpanel": "Yes", "competitor": "Requires Configuration", "notes": "OpenPanel is truly cookie-free out of the box. PostHog requires specific configuration for cookieless tracking with reduced functionality." @@ -504,4 +504,4 @@ "href": "https://github.com/Openpanel-dev/openpanel" } } -} \ No newline at end of file +}