Live data from Hacker News

Mozilla research: Browsing histories are unique enough to identify users

zdnet.com

11–20 of 131 posts

Re: Mozilla research: Browsing histories are unique enough to identify users

#11
post #4

Who is able to get access to my browser history? I thought it was just my ISP/VPN, which can obviously track me better in other ways.

Consider for example, that many pages use remotely loaded resources. I would think things like Facebook/Twitter like buttons or Google Fonts might make it to assemble this history. Sites like FB are said to maintain "Shadow Profiles" of people, even when those people aren't using their service directly. I suppose in theory any sufficiently shared infrastructures such as AWS/Cloudflare could do so as well, but they ar…

Would using Firefox's 'Containers' help prevent this? As far as I understand they quarantine the Facebook pages so they can't get data from other websites you visit.

Re: Mozilla research: Browsing histories are unique enough to identify users

#13

Interesting. I also think that the browser signature, together with IP address, will probably come very close to uniquely identifying users.

I’m sure that last 3-5 pageviews with exact timestamps is enough to uniquely identify any person

Re: Mozilla research: Browsing histories are unique enough to identify users

#15
post #7

Earlier quoted context omitted.

Malicious extensions are a likely culprit. This is the ultimate irony of the whole WebExtensions debacle; browser vendors wanted to stop the extensions from interacting with the browser because maintaining that interface is work, so now the most trivial extensions will request full access to all websites so they can inject scripts. To bring back "backspace navigates back" I have an extension that needs just that.

Needing javascript that embeds in every page for basic mouse and keyboard behaviour is insane. No clue why they decided it should be the only viable option.

It isn't intended to be. But supporting the old APIs meant that they had to have Microsoft levels of backwards-compatibility.

• You want to refactor XUL so it doesn't duplicate features of HTML5? Whoops; you broke all the extensions.

• You want multi-threading? What a shame; that API over there assumes it'll always be called from the main thread.

• Update that database table's schema to store more data? Bah. Make another table, or you'll break extensions

When every implementation detail is part of your interface, bad things happen.

Re: Mozilla research: Browsing histories are unique enough to identify users

#16

Who is able to get access to my browser history? I thought it was just my ISP/VPN, which can obviously track me better in other ways.

Install one shady Android app and it will immediately dump your browsing history, rest assured.

Re: Mozilla research: Browsing histories are unique enough to identify users

#18

Interesting. I also think that the browser signature, together with IP address, will probably come very close to uniquely identifying users.

I noticed the other day that various chatbots (as in, a single service shared across multiple websites) call me "The University of Texas at Austin", presumably because I have a housemate who works there.

I tried various VPN servers and got called by other company names[0]. It was a good reminder about how we're tracked, and our information may be shared, even with other users.

[0] https://twitter.com/lkbm/status/1299408670325964802

Re: Mozilla research: Browsing histories are unique enough to identify users

#19

Here in the UK, date of birth and post code is enough to identify something like 95% of people. Anonymised data sets are not really possible once you have more than a few varriables. Most people don't know this.

Isn’t a postal code about 50-100 houses? It really narrows things down.

That particular variable really reduces things.

Re: Mozilla research: Browsing histories are unique enough to identify users

#20
post #4

Who is able to get access to my browser history? I thought it was just my ISP/VPN, which can obviously track me better in other ways.

Consider for example, that many pages use remotely loaded resources. I would think things like Facebook/Twitter like buttons or Google Fonts might make it to assemble this history. Sites like FB are said to maintain "Shadow Profiles" of people, even when those people aren't using their service directly. I suppose in theory any sufficiently shared infrastructures such as AWS/Cloudflare could do so as well, but they ar…

I've started using decentraleyes, hoping to mitigate this issue
Post reply on HN