19

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.

you are viewing a single comment's thread
view the rest of the comments
[-] hexagonwin@lemmy.today 4 points 1 week 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

[-] hardful9856@programming.dev 1 points 5 days ago

I just checked, they do send user agent to lemmy server.

For example

    final appVersion = getCurrentVersion(removeInternalBuildNumber: true, trimV: true);
    return {
      'User-Agent': 'Thunder/$appVersion',
      'Content-Type': 'application/json',
      'Accept': 'application/json',
      if (account.jwt != null) 'Authorization': 'Bearer ${account.jwt}',
[-] lagoon8622@sh.itjust.works 3 points 1 week 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

this post was submitted on 20 May 2026
19 points (100.0% liked)

Privacy

48807 readers
451 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS