Slashdot Mirror


FTC Bars Ad Firm From Snooping Browser History

itwbennett writes "Score 1 for online privacy. The Federal Trade Commission and online ad firm Epic Marketplace have reached a settlement that will bar Epic from using browser history sniffing technology. According to the news report, 'The history sniffing allowed Epic to determine whether a consumer had visited more than 54,000 domains, including pages relating to fertility issues, impotence, menopause, incontinence, disability insurance, credit repair, debt relief, and personal bankruptcy. Epic used the tracking to send targeted ads related to several health issues, the FTC said.'"

13 of 21 comments (clear)

  1. NSA/FBI/CIA - Worse than an ad agency by ilikenwf · · Score: 5, Interesting

    I trust sleazy ad agencies more than I trust the US government. Too bad they don't obey the laws they force the citizens to themselves, especially those regarding privacy, since they need 5 petabytes to store every email and who knows what other web related data there in Utah.

    1. Re:NSA/FBI/CIA - Worse than an ad agency by davester666 · · Score: 4, Funny

      In the voice of The Count from Sesame Street:

      One! One company prevented from violating your privacy! Ha Ha Ha Ha Ha....

      --
      Sleep your way to a whiter smile...date a dentist!
  2. Needs to be both illegal and impossible by Anonymous Coward · · Score: 2, Informative

    This is great, but we need security at both ends here: prosecution to remove the economic incentive to invade people's privacy, and software security to increase the difficulty of doing so.

    Here are two tests for vulnerability to history sniffing attacks, one CSS based and one based on cache timing:
    http://www.mikeonads.com/2008/07/13/using-your-browser-url-history-estimate-gender/
    http://lcamtuf.coredump.cx/cachetime/chrome.html

    Unfortunately it seems Opera (12.11) is still vulnerable to the CSS leak. :(

    1. Re:Needs to be both illegal and impossible by gr8_phk · · Score: 2

      Yep, I don't know why browser creators don't consider this information leakage a significant bug.

    2. Re:Needs to be both illegal and impossible by tlhIngan · · Score: 3, Interesting

      Yep, I don't know why browser creators don't consider this information leakage a significant bug.

      Law of unintended consequences without an easy fix.

      For example, browsers have long used vlink highlighting to show previously visited links, which are really handy if users have a tendency to wander. E.g., if you're just browsing Wikipedia, it's awfully nice to know if you've already seen the article it links to ahead of time. Or if it's a list of files, if you've already downloaded it before (perhaps if you're showing someone how to get said file or what file you actually used).

      The question becomes though is should scripts be able to get at the DOM properties? Setting it is useful (to highlight new options for example), but getting it? Might be useful for some effects I suppose. And then once gotten, it's really just a simple XmlHttpRequest away from passing that information back to the server.

      It's really nothing special other than the clever combination of several innocent features in a nefarious way. (And no one had the gal to patent it... )

  3. about:trackers by Anonymous Coward · · Score: 1

    I've removed Ghostery as a memory hog, and replaced it with about:trackers

  4. Result: by viperidaenz · · Score: 1

    Everyone else doing browser history sniffing will be more covert in future so they don't get caught.

  5. But it's OK for Verizon... by RLU486983 · · Score: 1

    How is it that it's not OK for one medium but good to go for another?! :-/ http://yro.slashdot.org/story/12/12/05/1332218/verizon-patents-eavesdropping-using-your-tv-for-ad-targeting

  6. Re:Finally! by Anonymous Coward · · Score: 1

    Now FTC just needs to break the google/doublecklick tracking bug and the Facebook "like" button.

    Not needed. It's your computer which loads the like button. If you don't want it to, by all means, don't have it do that. I don't. Not a single packet to or from facebook has ever crossed my network.

    Your request sounds like, "I keep ordering hamburgers from this restaurant, and they're really bad for me! The law should make them stop selling me burgers!" No... if you don't want to eat the burgers, then stop ordering them. They aren't going to force them on you.

    Once you get laws involved in things like this, all kinds of bad shit is going to happen. You can't put that cat back in the bag again once we let it out, so think REAL careful about how necessary it is. In this case, it isn't necessary at all, because you can accomplish what you (and I) want perfectly well on your very own computer.

  7. All they would see by slashmydots · · Score: 1

    Is lolcats, lolcat, lolcats! Also slashdot.

  8. Wait, what? by Macdude · · Score: 3, Insightful

    Wait, what? A web site can secretly access my browser history? Why does this need the FTC need to get involved, shouldn't "we" stop them by fixing the browsers?

    --
    "Grab them by the pussy" -- President of the United States of America
    1. Re:Wait, what? by tlhIngan · · Score: 1

      Wait, what? A web site can secretly access my browser history? Why does this need the FTC need to get involved, shouldn't "we" stop them by fixing the browsers?

      The question becomes "how". There's a lot of tricks that's used - for example, they can use CSS and DOM inspection to see if you've visited a link before (like setting the vlink color to be different from the link color, then inspecting the DOM to see what the color of the link is). Of course, the browser can hide visited links from you the user by making sure the attributes are the same, but seeing links that are in your history can be extremely useful.

      The browser doesn't allow direct access to the history, but there are various tricks used to achieve the same effect

  9. Don't keep history by Anonymous Coward · · Score: 1

    THIS is why I always clear the browser history. At least, that is what I tell my wife.