Ask HN: So what happened to Facebook "localhost" tracking?
- Privacy
- Security
- Web
- Regulation
- Mobile
The question was about the fate of the Android tracking method exposed last year, where a website with Meta Pixel could use JavaScript to talk to a Facebook or Instagram app listening on the device’s loopback interface, then tie browsing activity to the logged-in app identity. The clearest update is practical, not speculative: localmess.github.io says Meta stopped sending localhost traffic on June 3, and commenters linked the ongoing case showing the legal side is still alive. One commenter pointed to the federal docket and another summarized the procedural history: the original Rose v. Meta complaint was consolidated with other privacy cases, Google was added, the motion to dismiss was denied, and a third amended complaint was filed this week.
If you run web code that talks to services on a user’s device or LAN, expect more browser and OS permission friction and design explicit user-facing flows now. If you rely on embedded third-party scripts, audit whether they probe localhost or local IPs, because that behavior is now legally risky and increasingly visible to users.
- news.ycombinator.com
- Discuss on HN