why not just use your web browser?
Privacy
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
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
Did they not ask for something that wouldn't send UA info?
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
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
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}',
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.
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).
it shouldn’t be too difficult(probably).
Lol
Thanks for the suggestion but though it might not be difficult, it is still inconvinient