Mozilla says Chrome’s latest feature enables surveillance
1–10 of 122 posts
Re: Mozilla says Chrome’s latest feature enables surveillance
#2Here I am deliberately designing apps that track no user interaction data at all. Maybe that's why Google doesn't even list my app even though it's one of the longest running "web apps" alive and used to be listed #1 when it first came out. Now they have more ads for similar apps than search results on a search results page.
Re: Mozilla says Chrome’s latest feature enables surveillance
#3Re: Mozilla says Chrome’s latest feature enables surveillance
#4As long as you're asked for permission I don't see the problem
Both of which you could argue 'allow for surveillance'
Re: Mozilla says Chrome’s latest feature enables surveillance
#5Re: Mozilla says Chrome’s latest feature enables surveillance
#6Re: Mozilla says Chrome’s latest feature enables surveillance
#7Re: Mozilla says Chrome’s latest feature enables surveillance
#8Imagine if Mozilla spent even one tenth the amount of effort on their own crappy product as they do hand-wringing about Chrome. We might have another viable web browser.
Re: Mozilla says Chrome’s latest feature enables surveillance
#9As long as you're asked for permission I don't see the problem
This is what I was just thinking. It asks for permission just like microphone or location. Both of which you could argue 'allow for surveillance'
Re: Mozilla says Chrome’s latest feature enables surveillance
#10I already don't really like how websites can detect whether a tab is active or not (perhaps because callbacks/timers get delayed when a tab is inactive?). For example, dslreports's speedtest fails your measurement if you switch tabs, and Duo's web 2FA interface fails to approve a device which you've set to remember for 30 days if you're in a different tab.
you're right! at least before it was somewhat mitigated I think?, you can measure timing Chrome used to slow down inactive tabs with rounded ms I believe I'd have to check the fingerprinting JS i wrote a few years ago.
Mouse movement is a good one too.
I'm sure there are other hacks maybe onfocus the entire window and poll it.
IntersectionObserver sounds like a good thread, there is a good polyfill library too.