While I welcome another way to fight the constant tracking that we've come to know and love, this is, in my case, a break of workflow [1]. I do responsive web design, and spend a considerable amount of time resizing my browser window as a "cheap" way of previewing how it would look on narrower screens. Having the resize snap to multiples of 100 or 200px would make this experience horrible. Disabling it on localhost (…
Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
11–20 of 216 posts
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#12Earlier quoted context omitted.
Why not use the built-in mobile preview tool that allows you to set custom dimensions?
I also use that, but I find it faster and more straightforward to just drag the window edge, especially when devtools are not opened. One example is using browser and editor side-by-side on a single macOS split-full-screen.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#13Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#14I recommend the privacy.resistFingerpriting about:config mentioned. It's been available for a while and does other things too, like changing your user agent.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#15I recommend the privacy.resistFingerpriting about:config mentioned. It's been available for a while and does other things too, like changing your user agent.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#16I recommend the privacy.resistFingerpriting about:config mentioned. It's been available for a while and does other things too, like changing your user agent.
Is there any reason this isn't on by default? I don't know exactly how it works, but to my understanding anti fingerprinting tech generally works better when everyone uses it (otherwise you stick out as the "anti fingerprinting" browser)
Every time you see a Captcha, you may have to do four or five to be considered "human" because the system struggles to determine who you are.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#17I recommend the privacy.resistFingerpriting about:config mentioned. It's been available for a while and does other things too, like changing your user agent.
I've been using privacy.resistFingerprinting for a while and also recommend it, but there is one major "side effect": your reCAPTCHA score will drop to 0.1 making many websites really tedious to use. It's a price I'm willing to pay though...
I love this idea. Recaptcha is god awful.
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#18I recommend the privacy.resistFingerpriting about:config mentioned. It's been available for a while and does other things too, like changing your user agent.
Is there any reason this isn't on by default? I don't know exactly how it works, but to my understanding anti fingerprinting tech generally works better when everyone uses it (otherwise you stick out as the "anti fingerprinting" browser)
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#19I recommend the privacy.resistFingerpriting about:config mentioned. It's been available for a while and does other things too, like changing your user agent.
I've been using privacy.resistFingerprinting for a while and also recommend it, but there is one major "side effect": your reCAPTCHA score will drop to 0.1 making many websites really tedious to use. It's a price I'm willing to pay though...
Re: Firefox to add Tor Browser anti-fingerprinting technique called letterboxing
#20> The general idea is that "letterboxing" will mask the window's real dimensions by keeping the window width and height at multiples of 200px and 100px during the resize operation --generating the same window dimensions for all users-- and then adding a "gray space" at the top, bottom, left, or right of the current page. > The advertising code, which listens to window resize events, then reads the generic dimensions,…