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…
Mozilla research: Browsing histories are unique enough to identify users
11–20 of 131 posts
Re: Mozilla research: Browsing histories are unique enough to identify users
#12Re: Mozilla research: Browsing histories are unique enough to identify users
#13Interesting. I also think that the browser signature, together with IP address, will probably come very close to uniquely identifying users.
Re: Mozilla research: Browsing histories are unique enough to identify users
#14Re: Mozilla research: Browsing histories are unique enough to identify users
#15Earlier 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.
• 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
#16Who 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.
Re: Mozilla research: Browsing histories are unique enough to identify users
#17Re: Mozilla research: Browsing histories are unique enough to identify users
#18Interesting. I also think that the browser signature, together with IP address, will probably come very close to uniquely identifying users.
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.
Re: Mozilla research: Browsing histories are unique enough to identify users
#19Here 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.
That particular variable really reduces things.
Re: Mozilla research: Browsing histories are unique enough to identify users
#20Who 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…