fix(privacy): remove IP collection and add presence opt-out (#866)#868
Merged
fix(privacy): remove IP collection and add presence opt-out (#866)#868
Conversation
…ng from health check (#866) Stop collecting, storing, and transmitting visitor IP addresses to third parties. IPs are now only held as SHA-256 hashes in memory for dedup counting — never persisted to disk or sent externally. Removes ip-api.com integration, country statistics, and IP display from the dashboard and JSON health endpoint. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a "Share Presence" toggle in Station settings so users can hide their callsign from the Active Users map layer. Toggling off stops heartbeats and sends an immediate leave beacon. Add a Privacy section to the Community tab documenting the app's data practices: no cookies, no tracking, hashed visitor stats, opt-in presence, and local-only browser storage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hotfix cherry-picked from Staging to address #866 (GDPR/CCPA concerns).
Closes #866
Test plan
/api/healthJSON no longer containscountriesorgeoIPfieldsstats.jsoncontains no IP addresses or country data