• @b3nsn0wA
    link
    fedilink
    311 months ago

    that’s why i do everything that’s transactional in an incognito window. i have plenty of non-incognito tabs but they’re nearly all sites i log into on the regular such as lemmy. combine that with firefox’s built-in privacy protections and ublock origin, which is a combo that absolutely wrecks a lot of tracking and browser fingerprinting scripts to begin with (i have actually done contract work for marketing communications people and it was crazy how many layers of defense i needed to peel back just to debug their shit) and most of that tracking becomes disjointed cookies that only span a single session each and are hella hard to correlate.

    • @[email protected]
      link
      fedilink
      611 months ago

      Incognito window doesn’t do what you think it does. Also it doesn’t stop browser fingerprinting, even tor itself doesn’t really take a win there.

      • @b3nsn0wA
        link
        fedilink
        4
        edit-2
        11 months ago

        yeah, the thing that stops browser fingerprinting on the threat level of ad companies is firefox’s built-in protections (which are in fact stronger in incognito) and ublock origin; and umatrix, full script blocking, and probably prayers on tor’s level.

        what incognito does is it breaks apart your chain of regular cookies. those can still slip through a lot of these tools, especially when they’re first-party, but they’re also kinda low-tech because of being first party most of the time (while the third party ones are easily blocked by other tools). that way the trace you leave behind is not one long thing, but many small ones that are hard to connect.

        incognito is just one layer of defense but it’s an important one

        • @[email protected]
          link
          fedilink
          1
          edit-2
          11 months ago

          Don’t container tabs and FPI offer superior cookie tracking resistance?

          With fingerprinting they developed new ways to find unique browsers by detecting how you render specific canvas elements and being able to unique identify you based on that since it’s dependent on hardware, browser, OS etc… You can’t really do anything about that. From what I’ve seen. That with other techniques gives a unique fingerpint for you even with Tor which standardizes as much information about you as possible to keep you in that large group of users so you are harder to identify.

          Maybe Librewolf does a better job? Brave in my experience also didn’t do any better than tor.

          • @b3nsn0wA
            link
            fedilink
            211 months ago

            Container tabs are great for shit you log into, because they’re like having a bunch of different, isolated browsers. For example, even if there was a YouTube embed here (which I haven’t seen on Lemmy yet) it wouldn’t be able to correlate those views to my account because I’m logged in in a different tab, from the way Google sees it it could be anyone on my network. Incognito is similar to that in that you grab a new browser every time and discard it whenever you close the last tab. It’s great for transactional stuff, but a little inconvenient for stuff you want to keep logged into, which is where container tabs are great.

            And yeah, there are some hella strong fingerprinting techniques, but no one is reimplementing any of those for advertising reasons. They just pull in a script from an ad company, which gets promptly blocked by uBlock Origin. If you use Tor and want to do some stuff that you really need to hide your identity for, you might run into some more advanced attempts to track you.