Slashdot Mirror


Browsers Which Protect Your Privacy?

valkraider asks: "Browsers are getting better at protecting user's privacy. Mozilla has pretty good cookie preferences. Many browsers like OmniWeb for Mac OS X will block images from sites based on wildcard expressions (like *ad*). Most browsers have settings to delete cookies and cache and such at the end of each session. Even IE for windows (not Mac) will allow you to 'import' a privacy file and control many things pretty tightly. Currently on PCs I use Mozilla with no disk cache, no persistent cookies, no third party images,and many blocked image sites. I can do almost the same with Chimera on Mac OS X. What are people's favorite browsers for protecting your privacy?" Which browsers provide the best balance between functionality and privacy? What privacy features would you like to see, that are missing from those currently available?"

17 of 107 comments (clear)

  1. Treating Flash like images by mrblah · · Score: 5, Insightful

    So many sites are using flash now instead of normal images that the image blocking, while very nice, is becoming less useful. It'd be nice to be able to enforce the same controls on flash content (and other forms of content delivery) as normal images.

    1. Re:Treating Flash like images by leviramsey · · Score: 4, Interesting

      Opera 6.1 (at least for Linux) offers one-button disabling of all plugins on a per-window basis.

  2. I use... by doofsmack · · Score: 5, Informative

    Opera and proxomitron. It allows me to filter out flash like everyone's complaining about, and you can set rules for just about everything sent and recieved. Very nice.

  3. Internet Explorer 6 for Windows by Anonymous Coward · · Score: 4, Funny

    For complete privacy you can get your hard drvie reformatted with the click of a link.

  4. Got to say it... by MattCohn.com · · Score: 4, Informative

    Opera! It's got a wide array of privacy features. You can not only turn off cookies, images, GIF animation, and all that, but you can do it on the fly by pressing the F12 key. Also, you can choose not to send reffer information along to the site, if you don't want them to know where you came from. One more thing, you can choose to identify as Opera, MSIE, and from 3 different versions of Mozilla. And that's just in the 6.x version, the 7 beta is now availible for download from opera.com!

  5. Mozilla (almost) rules by nrosier · · Score: 4, Interesting

    I use Mozilla on all platforms I'm running but combine it with bannerfilter on squid. Mozilla doesn't support regexps yet for picture-blocking but is host-based until they fix bug 78104. Disk cache is switched on though as I'm the only user on my system so I don't see this as a possible security problem.
    Cookies are selectively permitted and pop-ups are blocked.
    Security is imho the biggest reason to use Mozilla in stead of IE.

  6. Dynamic filtering by crow · · Score: 4, Informative
    It turns out that you can filter out anything you want, much like using a Junkbuster proxy, only without using a proxy. Most modern browsers have a feature called "Automatic Proxy Configuration." What this is is a user-provided JavaScript function that parses each URL before it is fetched to determine what proxy to use. You can then use a default of going direct to the real server, but use an alternate proxy for anything that looks like an ad or other unwanted content.

    I use this with both IE and Mozilla. I have Mozilla ask before accepting cookies, so I've added a bunch of usage tracking sites to my proxy script.

    You can find a sample of how to do this at a friend's site: no-ads

  7. iCab by singularity · · Score: 5, Interesting

    iCab, available only for the Mac, is one of the best browsers I have seen as far as privacy goes.

    It can filter images based on the server, link, size, or anything else.
    It can filter cookies based on the server, duration, or anything else.
    it can filter JavaScript (InScript) based on server, action, or anything else.

    One of the best features: You can set it to only use "Referer" from within the same domain. So if I link to a Sony.com page from Slashdot, Sony has no idea how I got to the page. But Sony can track how I navigate their site (You can also set iCab to never send referer:)

    There are more features than I could ever list here. Suffice to say it is very powerful and very configurable. Anyone using MacOS deserves to look at it.

    it is still missing a few things, and it is compliant to a fault at times (with regards to page layout), but I use it for 99.5% of my browsing without and problems.

    --
    - (c) 2018 Hank Zimmerman
  8. Konqueror and cookies by aldjiblah · · Score: 4, Insightful

    Konq has a feature that I really enjoy:
    'Automatically accept session cookies'

    Session cookies are generally those that provide application persistency, applications that often won't work without them - even ones I've written myself :). They're erased when you close your browser, thus rendering them incapable of tracking your long term web surfing. Being able to let all of these through means a lot of 'allow this cookie?' dialogs I don't need to see.

    Also, konq has (Mozilla too, I believe) a 'smart' popup window policy, showing only windows that you yourself 'request' by clicking a link etc. Automated popups magically just don't appear.

    Blocking regular ads on pages is an interesting feature in Mozilla, which I'm glad doesn't exist in konqueror or most other browsers - I can't see how this could be good for the user in the long run.

    --
    sig sig sputnik
  9. A filtering proxy ususally beats inbuilt features by SteWhite · · Score: 5, Informative

    I use Privoxy (get if from SourceForge).

    It's a filtering HTTP proxy, incredibly configurable, and of course browser and platform independant. The "out of the box" config also does a really good job (IMHO) of filtering without being too intrusive.

    Features include:

    Filtering images, flash and java applets

    Cookie management including transforming permanent cookies to session based cookies.

    Pop-up window killing

    Filtering of any URL pattern with regular expressions

    .... plus much more. Really, to much to list. Try it.

  10. privoxy by petard · · Score: 4, Informative

    I find that privoxy works better for me than the mechanisms built in to any browser. It's based on the old junkbusters codebase with many more features. It's available for both windows and very nearly any form of UNIX (or UNIX-like) OS you might reasonably use to browse the net. (Of course, I have it set to allow ads for slashdot :-)) In combination with phoenix's popup blocking (which takes care of SSL sites such as hushmail that privoxy can't) I find that it gives me near-perfect control over my browsing experience.

    That said, if I really suspect that a particular site may be malicious, as opposed to simply obnoxious, I look it over in lynx first.

    --
    .sig: file not found
  11. Re:Cookies by valkraider · · Score: 5, Informative

    You can save this as an XML file, and then import it into IE6's privacy settings.

    <MSIEPrivacy>
    <MSIEPrivacySetting s formatVersion="6">
    <p3pCookiePolicy zone="internet">
    <firstParty noPolicyDefault="forceSession" noRuleDefault="forceSession" alwaysAllowSession="no">
    </firstParty>
    <thirdPar ty noPolicyDefault="reject" noRuleDefault="reject" alwaysAllowSession="no">
    </thirdParty>
    </p3pCook iePolicy>
    <flushCookies/>
    </MSIEPrivacySettings>
    </MSIEPrivacy>

    *NOTE* The submit process is adding some spaces..
    Line 2: remove space in MSIEPrivacySettings
    Line 6: remove space in thirdParty
    Line 8: remove space in p3pCookiePolicy

    These custom settings force ALL cookies to session lifetime, and does not allow 3rd party cookies. It will flush all your existing cookies when you import it. (you can remove the flush cookies element to not flush them on import).

  12. The Browser's not the solution by orthogonal · · Score: 5, Insightful

    Use a proxy to filter out what you don't want. Use the browser to render the pages.

    The proxy'll work with any browser that allows you to set a proxy, so that you can set up a rule set that doesn't change when/if you change browsers (i.e., in cases where the site only supports, e.g., IE).

    More importantly, the proxy (if it supports regexed grepping) can be set up to remove or alter any arbitrary HTML -- something most browsers aren't set up to do. And it provides a additional layer of defense when the browser is buggy (see the earlier /. story today on IE's 'ability' to run arbitray code from a supposedly 'local' page).

    I use Proxomitron under Windows. It does arbitray regex, so I can remove ads, flash, abitrary javascript, etc. I can also add or change elements (showing hidden fields is useful in debugging). And I suspect I'll be able to come up with a filter for the IE bug I mentioned above.

  13. one feature no browser has by farnsworth · · Score: 4, Insightful
    one feature no browser has (that I have seen) is a ui to see the url of a form submission. if I'm at https://www.store.com/checkout I want to be able to quickly see that the form does not submit to http://www.3rdParty.com/buy?ccnum=xxxx or whatever.

    I really don't get why this is not implemented. it seems to me that form submissions are of much more interest to the user than plain http gets.

    there is a bug for this feature filed for mozilla, and I even tried implementing it. but there is little interest, which amazes me.

    --

    There aint no pancake so thin it doesn't have two sides.

  14. A question. by leastsquares · · Score: 5, Insightful

    Maybe I am being naive, but...

    How is the process of blocking Ads protecting my privacy?

    1. Re:A question. by Zaffle · · Score: 5, Insightful

      Maybe I am being naive, but...

      How is the process of blocking Ads protecting my privacy?

      Advertising companies (especially DoubleClick) serve up ads for a lot of websites, they also note down what sites you goto, and build up a profile. (Note: this can be stopped using DoubleClicks opt-out feature, however not all advertising sites have this option, and then, they are all opt-out, not opt-in)

      This might not seem like such a bad thing, (eg hey, now I'm only getting ads for games and linux stuff, not tampons and other crap (appoligies to woman and everyone else I offended with that remark)), however they also try their hardest to link this profile with your real name, address, etc.

      This all comes back to a case awhile ago, where a woman sued a supermarket because she slipped on a large patch of water in one of the aisles. The supermarket then, using her "discount" card, produced logs in court showing she would regularly purchase large ammounts of alcohol.

      In the end, do you really want companies you don't know, knowing a lot about what you do on the web, and where you go?

      True, your ISP knows almost everything (if they bother), unless you use FreeNet or something, and Visa/Mastercard/Amex know a lot about your spending habits, but just how much are you willing to put up with?

      --

      I use to have a funny sig, but slash cut it off, and I forgot what the punchline was.
  15. Mozilla needs configurable zones by Hard_Code · · Score: 4, Insightful

    Mozilla needs configurable zones.

    Right now you can set privacy properties based on *content*. But it is much much more likely that you will want to set them based on *site*, not *content*. Mozilla needs to take a page from IE, and reorganize its settings so that all content settings belong to a zone, which maps to a set of URLs (set of regular expressions, etc.). In IE there is a fixed number of zones, and hence, only a fixed number of security settings/levels. There is no reason that in Mozilla this could not be expanded to arbitrary zones. It is really burdensome to have to configure things on a content-by-content basis, when it is really the *site* for which you want to configure settings.

    Here is what I would do:

    default zone: most security risks are disabled...not all though, because many common sites would just be broken (javascript, etc.)

    trusted zone: all security settings are open (e.g., my own local network, my office network, etc.)

    untrusted zone: goatse.cx, etc. Any sites which I absolutely want EVERYTHING disabled on. In reality I haven't found much to stick in here because my default settings are pretty strict.

    somewhat-trusted sites: some sites I "sorta" trust...in that I use them daily and they need a lower level of security than default sites, yet, I still don't want everything on (e.g. nytimes.com)

    IE has no notion of the latter because it only has fixed zones. In Mozilla there could be an arbitrary number of zones/setting configurations (maybe some sites you want ONLY flash enabled and nothing else? maybe some javascript development sites you want ONLY javascript enabled? etc.)

    --

    It's 10 PM. Do you know if you're un-American?