this post was submitted on 20 May 2026
18 points (95.0% liked)

Privacy

49858 readers
413 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
 

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 month ago (4 children)

why not just use your web browser?

[–] lagoon8622@sh.itjust.works 3 points 1 month ago (3 children)

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

[–] hexagonwin@lemmy.today 4 points 1 month ago (2 children)

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 2 points 1 month 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}',
load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)