In this video I discuss how a recent DOJ letter revealed that Apple and Google were sending peoples push notifications to foreign governments.

  • miss_brainfart@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    7 months ago

    You’d expect nothing less from Signal, but there’s still metadata left that can be quite useful.

    They offer an alternative version for Android that uses a web socket, so not the best solution either, but oh well. I’d like to see them support UnifiedPush officially though. The Molly fork does, for instance.

    A lot more elegant than a web socket, and if more apps supported it, you’d have less apps all running their own service in the background. Well, speaking for a degoogled system, where this would matter a lot more.

      • miss_brainfart@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        The simple information when you receive a notification for a specific app can be combined with a whole lot of other info about you that’s being collected by big tech and/or governments.

        Time stamps are a surprisingly telling trail.

        • Chobbes@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          7 months ago

          I mean sure, but realistically if you’re worried about the government knowing when you received a push notification you should be worried about your ISP or cell provider being able to provide that information as well. Hiding this metadata completely from the outside world is really hard. You can obfuscate it with garbage packets (e.g., signal could randomly send you push notifications when you don’t have any new messages giving you plausible deniability, or maybe signal could add some random delays to push notifications to make correlation of senders harder), or you can try to hide by not using push and connecting over Tor or something, but I’m not sure the government knowing when you connect to Tor is much better than them knowing when you receive a push notification, haha.

          I’m personally not too worried about this particular metadata. I can imagine situations where it could be problematic (maybe you can use timing to guess whether two people are messaging each other), but I think it’s essentially the least valuable information you can leak from a messaging service, and I think mitigating against it isn’t super easy if you consider the whole network to be adversarial. There’s definitely things you can do, but they all have tradeoffs.