-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hello. Is there a clear new statement to be made on the official website and README about the privacy practices of this project? In release 0.2.0 there is written:
What's Changed
- Rebranded Claudia to opcode
- Added anonymized analytics tracking

However the official website states:
opcode doesn't send any information to external servers

and
no cloud dependencies or external tracking

And the README states:
opcode prioritizes your privacy and security:
...
4. No Telemetry: No data collection or tracking

Adding opt-out "anonymized analytics" into the software without updating the sources of official documentation with statements that analytics are being generated, and that external servers are now receiving user's usage data seems misleading. The user would not know this until presented with this choice after installation.
The diff seems to demonstrate that these behaviors are explicitly enabled by default:
- v0.1.0...v0.2.0#diff-f9c6602efee8810a5c303f8fbbb2f26c72fddab49eb69ef12eb334488548182c
- v0.1.0...v0.2.0#diff-4fa083e3a2f8c668df974aee0201ad15e6f0457bb0933a26cdf60801baf28172
Thanks