Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Thursday February 27 2020, @02:45AM   Printer-friendly
from the Missed-All-Other-Browsers dept.

Ghacks reports:

A new study Web Browser Privacy: What Do Browsers Say When They Phone Home?, looked at the six popular desktop web browsers Google Chrome, Mozilla Firefox, Microsoft Edge (Chromium-based), Apple Safari, Brave, and Yandex, to uncover what these browsers send back to the mothership.

If you just want the result, the study found that used out of the box, Brave "is by far the most private of the browsers studied" followed by Chrome, Firefox and Safari. Brave is the only web browser that did not use identifiers that allowed tracking of the IP address over time and did not share details of web pages visited to backend servers.

Where is my Moon?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1, Informative) by Anonymous Coward on Thursday February 27 2020, @07:09AM (1 child)

    by Anonymous Coward on Thursday February 27 2020, @07:09AM (#963353)

    Don't use squid or its obsoleted dnsserver process for something like that. You want unbound or BIND or Knot or another recursive server set up on a trusted VPS (to hide it from your home ISP) to do the iterative process itself, rather than forwarding it on to another server. Another option is to use a recursive server setup with a global forward that does do round robin or has certain forwards set up for certain domains (e.g. google.com. always goes to 8.8.8.8), but the roots don't do DoT as far as I know so your local ISP can still snoop. Best case is to have a local server do DoT forwarding to a remote VPS running its own non-forwarding recursive server that can do the lookups for you.

    Starting Score:    0  points
    Moderation   +1  
       Informative=1, Total=1
    Extra 'Informative' Modifier   0  

    Total Score:   1  
  • (Score: 0) by Anonymous Coward on Thursday February 27 2020, @01:09PM

    by Anonymous Coward on Thursday February 27 2020, @01:09PM (#963453)

    There is some question in my mind whether doing recursion yourself is actually better. High volume caches hit the root less. So it is a question between corporate surveillance at the cache, or federal surveillance at the root.