fix: remove duplicate "Cookie-Free by Default" feature in posthog comparison (#293)

This commit is contained in:
ericcapella
2026-02-26 20:58:15 +01:00
committed by GitHub
parent d9afeffbf1
commit cb3f8016df

View File

@@ -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." "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", "openpanel": "Yes",
"competitor": "Requires Configuration", "competitor": "Requires Configuration",
"notes": "OpenPanel is truly cookie-free out of the box. PostHog requires specific configuration for cookieless tracking with reduced functionality." "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" "href": "https://github.com/Openpanel-dev/openpanel"
} }
} }
} }