this post was submitted on 20 May 2026
-7 points (18.2% liked)

Fediverse

42162 readers
157 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 3 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
[–] Tealk@rollenspiel.forum 1 points 1 day ago (1 children)

generally the bots that scrape sites for information. One of the easiest ways to exclude them is to read the user agent.

yeah, this info isn't necessary for technical operations, but some software uses it and shows the client under the post, for example; as an admin, that often helps me identify problems quickly.

[–] hardful9856@programming.dev 0 points 23 hours ago (1 children)

Bots can easily fake their user agents, so using them to detect bots is not enough and mostly just puts regular users’ privacy at risk.

[–] Tealk@rollenspiel.forum 1 points 16 hours ago

They can, yeah. But they haven't done it in ages and I don't see the risk for the user; the IP is way more problematic.