An amazing bit of digital detective work here. Seems like Linux mobile is your only off ramp from being exhaustively tracked

  • @[email protected]
    link
    fedilink
    English
    10
    edit-2
    2 hours ago

    Does this happen to users in the EU? It’s highly illegal to gather data without consent here obviously. Even processing other data to derive location (which is personally identifiable information) means processing data for purpose that’s different to one that was consented to (if they tried to get any consent at all). There are big companies implicated here so it’d be easy to fine them into submission in jurisdictions that allow it.

    • @plenipotentprotogod
      link
      English
      81 hour ago

      The sample data shared in the article includes

      "c": "ES", // Country code,

      ES is usually used for Spain, so it looks like these tests were run from within the EU.

      • @[email protected]
        link
        fedilink
        English
        4
        edit-2
        45 minutes ago

        Ah, there’s also this piece in json:

        "uc": "1", // User consent for tracking = True; OK what ?!
        

        My guess is that developers are pretending to get user consent to get more money from the ads. Unity could be encouraging this somehow but good luck proving that.

  • @jimmy90
    link
    English
    103 hours ago

    it’s been known for a long time that there is enough identifiable information in a “normal” person’s internet usage to identify exactly who and where you are and what you are likely doing just from metadata analysis and public domain information

    question is, how is this being abused

  • @Mrkawfee
    link
    English
    43 hours ago

    Is there any straightforward way of stopping this besides dropping off the grid?

    • @BrianTheeBiscuiteer
      link
      English
      131 minutes ago

      I imagine an ad blocker could prevent this data going out, unless the hosts were generic and the game/app simply won’t work without allowing those connections. I’ve never seen an app be [obviously] broken from my ad blocker but I am interested in running a similar experiment to see just how much data is going out.

  • @[email protected]
    link
    fedilink
    English
    276 hours ago

    All HTTP requests include your ip address, you don’t “consent” to giving it to anybody. You can geolocate somebody based on ip address but it won’t be very accurate

        • @[email protected]
          link
          fedilink
          English
          4
          edit-2
          4 hours ago

          You can set up wireguard vpn on a tiny instance in Amazon or Google, and bounce traffic through that one. Then you control what gets logged (Amazon may have logs over all outgoing connections from all instances somewhere though).

          You can even make it change it’s public ip every day if you want.

      • lurch (he/him)
        link
        fedilink
        English
        135 hours ago

        This problem solved, but whenever you change your network or IP and then periodically, your phone will report to Firebase, so you can receive push notifications.

        You can block those with software that simulates a local VPN with a filter, but you won’t get any more push notifications. Now push notifications are not just the ones you see. Some apps use invisible ones to get infos they need to work.

      • @[email protected]
        link
        fedilink
        English
        44 hours ago

        Not the magic bullet people think they are. Oh, and you can’t turn it off, so you’ll have to take the loss in network speed on absolutely everything. And better know how to configure each device so it doesn’t go ahead and check leak your IP anyways, which also restricts choice of devices you use. Cause remember, if any device on your network ever connects to the net without the VPN, then your anonymity just went out the window.

      • @ricdeh
        link
        English
        25 hours ago

        That VPN provider will then know ALL the connections you make. Almost worse than just using the Internet normally.