Try this https://github.com/DimensionDev/Flare, it supports even nostr
- 3 Posts
- 19 Comments
Does it support nostr?
Is it open source?
Try this https://github.com/DimensionDev/Flare, it supports even nostr
Try this https://github.com/DimensionDev/Flare, it supports even nostr
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
2·6 days agoThanks for the detailed explanation and suggestion!
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·6 days agoThanks for the suggestion but though it might not be difficult, it is still inconvinient
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·6 days agoYes 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
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·6 days agoI’m sorry if my question is inappropriate
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·6 days 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
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·8 days agoYes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
hardful9856@programming.devOPto
Fediverse@lemmy.world•Android Fediverse client that does not send user agent to serversEnglish
1·8 days 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
2·8 days 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
1·8 days 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·12 days agoThanks this is very helpful
hardful9856@programming.devOPto
Selfhosted@lemmy.world•Why allow "everyone" to have read write permission?English
4·12 days agoThanks this is very helpful

I will try