TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Don't use Firefox for privacy

4 pointsby dendoryalmost 11 years ago

4 comments

nandhpalmost 11 years ago
Safe Browsing (except for downloads) is handled by downloading a list of blacklisted sites (that&#x27;s what the 15MB urlclassifier database in your profile is for). Unlike some other browsers, Firefox doesn&#x27;t send every pageview to Google for analysis.<p>Edit: Since I last read the API documentation, a lookup API has also been added; Firefox does use this API, but only to avoid false positives: <a href="https://developers.google.com/safe-browsing/" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;safe-browsing&#x2F;</a> <a href="https://support.mozilla.org/en-US/kb/how-does-phishing-and-malware-protection-work#w_what-information-is-sent-to-mozilla-or-its-partners-when-phishing-and-malware-protection-are-enabled" rel="nofollow">https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;how-does-phishing-and-m...</a><p>And if Firefox is really sending everything I type in my address bar to Google, why am I not seeing any of the benefits (i.e. autocomplete)?
abhinavkalmost 11 years ago
The URL bar&#x27;s keypresses are not sent via network. That&#x27;s the whole point behind keeping URL and Search Bar separate. Search bar has online suggestions, URL bar doesn&#x27;t.
joshoalmost 11 years ago
The eye opener here is not Firefox, but the state of today&#x27;s browsers.<p>I checked Safari, and it&#x27;s search suggestions get sent off to Google, or whatever your default search engine is, the surprising fact is that it&#x27;s sent over HTTP.<p>Good call reminding us that anything we type in the location bar is public.
blablablaatalmost 11 years ago
I only see traffic when typing in the search bar, not when using the location bar as stated in the article. And only when I set my search engine to Google instead of DuckDuckGo.