Is it open source?
- 3 Posts
- 11 Comments
Try this https://github.com/DimensionDev/Flare, it supports even nostr
hardful9856@programming.devOPto
Fediverse@lemmy.world•Android Fediverse client that does not send user agent to serversEnglish
0·3 months agoThanks for the detailed explanation and suggestion!
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
0·3 months agoI 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.devOPto
Fediverse@lemmy.world•Android Fediverse client that does not send user agent to serversEnglish
0·3 months agoBots can easily fake their user agents, so using them to detect bots is not enough and mostly just puts regular users’ privacy at risk.
hardful9856@programming.devOPto
Fediverse@lemmy.world•Android Fediverse client that does not send user agent to serversEnglish
0·3 months agoYes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
To be honest, this is a very specific method, and I don’t know which problem we’re facing. So this might as well be some A-B problem. So what are you trying to achieve?
user agent is not essential for the servers, server does not need to know which client or device I am using. So I don’t want any server to fingerprint users.
hardful9856@programming.devOPto
Fediverse@lemmy.world•Android Fediverse client that does not send user agent to serversEnglish
0·3 months agoCould you explain the use case?
user agent is not essential for the servers, server does not need to know which client or device I am using.
Now that AIs are flooding the instances, some admins are blocking these kinds of requests.
What AI request?
hardful9856@programming.devOPto
Selfhosted@lemmy.world•Why allow "everyone" to have read write permission?English
2·4 months agoThanks this is very helpful
hardful9856@programming.devOPto
Selfhosted@lemmy.world•Why allow "everyone" to have read write permission?English
4·4 months agoThanks this is very helpful

I will try