Earlier quoted context omitted.
The browser could pick a fake screen size, and behave in a way that is consistent with that fake screen size. This would probably break many sites, but it would mitigate fingerprinting if a common size was used.
This solution is just begging for side-channel attacks. Firefox had better make sure its timing is not affected by such shenanigans, for instance.
Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
151–160 of 216 posts
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#152Earlier quoted context omitted.
Havent they thought about not broadcasting the window size... wtf. We are doomed apparently.
Apps need it to determine where to place elements. If it wasn't you would still be able to reverse engineer it by sticking elements outside the viewport and seeing if they're hidden or not. Turns out anonymity is super freaking hard. :-/
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#153Earlier quoted context omitted.
Some would take enhanced privacy over properly-functioning sites. I wonder how broken sites would appear if the browser simply lied about such things.
There’s like a billion side channels to determine how big the screen is unless you just want to entirely break basic css. Which is a pretty unreasonable way to address this problem.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#154Earlier quoted context omitted.
Some would take enhanced privacy over properly-functioning sites. I wonder how broken sites would appear if the browser simply lied about such things.
People with that preference usually just turn off javascript.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#155Every time there's something about online privacy with browsers, it's mostly Firefox or Safari. I wondered if Chrome had resisting fingerprinting on its radar (guessing that it wouldn't be in Google's interests to add any feature that would thwart profiling users online), and I found this [1] confirming my guess (emphasis mine): > Since we don't believe it's feasible to provide some mode of Chrome that can truly prev…
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#156When I need actual privacy, I just use Tor which supports most sites and is way more protective of my privacy than firefox. May switch to Brave in the future for this use case as they're adding Tor support but right now Chrome + Tor every once in a while works best for me.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#157Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#158Earlier quoted context omitted.
There’s like a billion side channels to determine how big the screen is unless you just want to entirely break basic css. Which is a pretty unreasonable way to address this problem.
I block CSS altogether on most sites with uMatrix, so I do not think it is that unreasonable.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#159Earlier quoted context omitted.
Apps need it to determine where to place elements. If it wasn't you would still be able to reverse engineer it by sticking elements outside the viewport and seeing if they're hidden or not. Turns out anonymity is super freaking hard. :-/
Would something like Perl's taint functionality work? I.e., all values derived from size, position, colour, pixel data, user agent, etc. are marked as tainted, and are stripped (or randomized or replaced with default values) from data that is sent over XMLHttpRequest and other communication methods. It's probably extremely hard to make that watertight though.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#160Why can't the ad industry just accept that there are some people out there who don't want to see ads and wouldn't click on one to begin with? Then they can honor Do Not Track and those who choose to work in adtech can start working on things that are more productive to their business.