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.

top 13 comments
sorted by: hot top controversial new old
[-] hexagonwin@lemmy.today 4 points 1 week ago

why not just use your web browser?

[-] lagoon8622@sh.itjust.works 4 points 1 week ago

Did they not ask for something that wouldn't send UA info?

[-] 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

[-] hardful9856@programming.dev 1 points 1 week ago

Yes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.

[-] guymontag@lemmy.ml 2 points 1 week 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).

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

Thanks for the suggestion but though it might not be difficult, it is still inconvinient

[-] ParlimentOfDoom@piefed.zip 1 points 1 week ago

it shouldn’t be too difficult(probably).

Lol

[-] voxel@feddit.uk 1 points 1 week ago
[-] hardful9856@programming.dev 1 points 5 days ago

I'm sorry if my question is inappropriate

[-] voxel@feddit.uk 0 points 1 week 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.

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

Yes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.

Not sending a user agent at all is realistically speaking not feasible.

Actually it should be feasible

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

Privacy

48807 readers
324 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