Android Fediverse client that does not send user agent to servers

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.

22 points · 13 comments · view on lemmy.world

13 Comments

hexagonwin@lemmy.today · 5 pts · 116d (5 replies)

why not just use your web browser?

lagoon8622@sh.itjust.works · 4 pts · 116d (3 replies)

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

hexagonwin@lemmy.today · 6 pts · 116d (2 replies)

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 · 4 pts · 116d

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 · 2 pts · 114d

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}',
hardful9856@programming.dev · 1 pts · 116d

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

voxel@feddit.uk · 2 pts · 116d (1 reply)
hardful9856@programming.dev · 1 pts · 114d

I'm sorry if my question is inappropriate

voxel@feddit.uk · 1 pts · 116d (1 reply)

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 pts · 114d

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

guymontag@lemmy.ml · -5 pts · 116d (2 replies)

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 pts · 114d

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

ParlimentOfDoom@piefed.zip · 1 pts · 116d

it shouldn’t be too difficult(probably).

Lol