cross-posted from: https://programming.dev/post/50677034

Hi everyone,

I’m looking for recommendations for an Android Fediverse client that does not send user-agent information (device or client details) to servers. Ideally, it should support both Mastodon and Lemmy, or other Fediverse platforms as well.

      • hexagonwin@lemmy.today
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        you can’t do http communication with an empty UA string iirc. i assumed they were asking for something generic/non-unique that lets them blend into other users

        • lagoon8622@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 days ago

          Fair enough. I’m embarrassed that I don’t know a protocol as ubiquitous and important as http. Thanks for letting me know. I’m mainly just mad that big corporate web browsers are literally adtech

  • Voxel@feddit.uk
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    Your best option is to use a browser with fingerprinting protections like Brave. Not sending a user agent at all is realistically speaking not feasible.

  • guymontag@lemmy.ml
    link
    fedilink
    arrow-up
    2
    arrow-down
    6
    ·
    2 days ago

    Im not sure how difficult this would be, but couldn’t you modify an existing client or make your own? Especially with ai(if you so choose to use) it shouldn’t be too difficult(probably).