this post was submitted on 23 Jun 2025
26 points (93.3% liked)
Privacy
39130 readers
1044 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
- 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 :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Depends what you mean by local information
Your best method:
Use a socksv5 proxy with your browser so it can't connect to localhost
Use a incognito browser for the login session
by sensitive information I'm referring to
Can I prevent javascript from running specific command that retrieve these information?
If any of that information is critical, you should not be running JavaScript. You should remote into a virtual machine and then browse from there.
Even the tor browser bundle gives away machine architecture
Personally I think a websites requires machine architecture is dubious and necessary, webpage should be functional without those info
your not wrong, but every browser exposes it via javascript. so if that is part of your threat model you can't use a local browser.
Website is able to get info of localhost?
Does this mean they are able to see what docker container I'm hosting?
many browsers allow connection to localhost ports, this is how discord opens discord links in the app and not the browser on people's desktop computers.
I see, could you link to an article or video that explains more about how this is achieved? Is there a browser extension to disable a website from accessiing localhost connection?
socksv5 proxies, or you could dig into the settings and find a option to disable local connections (not sure where)