Earlier quoted context omitted.
> never see an ad again I wish that were true. Although uBlock Origin does a good job, some ads definitely still make it through. There are also some sites that detect ad blockers and refuse to let you in unless you disable it. There are workarounds for some of these, but it's still a bit of a mess.
I agree, although to add, uBlock Origin has an 'annoyances' list that does a pretty good job of stopping detectors.
Firefox 85 cracks down on supercookies
531–540 of 786 posts
Re: Firefox 85 cracks down on supercookies
#532Earlier quoted context omitted.
Modern ad networks are essentially the “fax machine flyers” of old: someone you don’t know using your resources and your time, denying you use of your own resources temporarily, to send you something you don’t want. Except now it’s like every “normal” fax page includes 15,000 flyers.
This is a terrible analogy. Nobody forced you to go to the website that voluntarily decided to include the trackers.
Re: Firefox 85 cracks down on supercookies
#533From a purely web browsing experience the first iPad 'should be' powerful enough to browse ANYTHING out there these days. But it can't. The last few models will increasingly have the same issues as the sheer volume of muck and cruft that's included with the advertising gack just continues to explode. I'm definitely of the opinion that our web browsing devices are marketing tools that we are allowed to use for media c…
The first iPad sucked a whole bunch. Only 256mb RAM especially hurt. But I hear what you’re saying.
I blame shitty sites more than Apples architecture :(
Re: Firefox 85 cracks down on supercookies
#534The test at amiunique.org tells me my User Agent string is unique.
So, can we now fix the User Agent strings, please?
Re: Firefox 85 cracks down on supercookies
#535Use uBlock Origin, Multi Account Containers, Privacy Badger, Decentraleyes and CookieAutoDelete with Firefox. Make sure you aggressively clear cache, cookies, etc., periodically (with CookieAutoDelete). You’ll probably load the web servers more and also add more traffic on your network, but it will help protect your privacy since most websites don’t care about that. When websites are user hostile, you have to take pr…
Agree, but substituting multi-account containers with temporary containers https://addons.mozilla.org/en-US/firefox/addon/temporary-con...
eg. I'd like use temp containers all the time, except for some sites like YouTube where I'd like it to always open in a YouTube container
Re: Firefox 85 cracks down on supercookies
#536Use uBlock Origin, Multi Account Containers, Privacy Badger, Decentraleyes and CookieAutoDelete with Firefox. Make sure you aggressively clear cache, cookies, etc., periodically (with CookieAutoDelete). You’ll probably load the web servers more and also add more traffic on your network, but it will help protect your privacy since most websites don’t care about that. When websites are user hostile, you have to take pr…
Or enable private browsing all the time. You'll have to log into your accounts every time you open your browser, but that's not really a big deal with a decent password manager. [1]: https://support.mozilla.org/en-US/kb/how-clear-firefox-cache...
https://addons.mozilla.org/en-US/firefox/addon/temporary-con...
Re: Firefox 85 cracks down on supercookies
#537Re: Firefox 85 cracks down on supercookies
#538Earlier quoted context omitted.
Decentraleyes is what I use. I assume they're similar https://addons.mozilla.org/en-US/firefox/addon/decentraleyes...
LocalCDN is an updated fork of Decentraleyes. Decentraleyes hasn't been updated in ages, has few assets and its assets are massively out of date. https://git.synz.io/Synzvato/decentraleyes/-/tree/master/res... vs https://codeberg.org/nobody/LocalCDN/src/branch/main/resourc...
Re: Firefox 85 cracks down on supercookies
#539Earlier quoted context omitted.
I'm curious how bad disabling this caching feature would be. Specifically, how often do you load the same image on two different domains?
Instead of thinking "same image on different domains, think "hidden uniquely-named single pixel image".
Re: Firefox 85 cracks down on supercookies
#540Earlier quoted context omitted.
They load the image URL and observe the loading time. If it's fetched quickly, they know it was from cache. The server (controlled by the advertisers) can intentionally add delay to those image requests that makes detection reliable.
With some forms of caching it's much simpler: the browser sends an ETag or If-Modified-Since and the server is supposed to return 304 Not Modified to optimize the load if the cached resource is still valid.