mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The security hardening commit changed this to false, which prevents the analytics consent page from appearing on first login. Users see "disabled by administrator" instead of being asked to opt in/out. With ANALYTICS_ENABLED=true, the SDK initializes but NO user data is sent until the user explicitly accepts on the consent page. The consent page is the privacy safeguard, not the server-side flag. Self-hosters who want to fully disable analytics can still set ANALYTICS_ENABLED=false.