• Ducks@ducks.dev
    link
    fedilink
    arrow-up
    46
    ·
    11 months ago

    Even with all that disabled there are still ghost profiles of you built. If you shop online at all you are building a fingerprint without the need of trackers.

    • Programmer Belch@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      Even then, you should use adblockers to stop giving them money. Modern day social media is just targeted advertising, that is why they profile you. If you don’t see ads, that information is useless to them.

    • b3nsn0w@pricefield.org
      link
      fedilink
      arrow-up
      3
      ·
      11 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.

      • nanoUFO@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        ·
        11 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.

        • b3nsn0w@pricefield.org
          link
          fedilink
          arrow-up
          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

          • nanoUFO@sh.itjust.works
            link
            fedilink
            arrow-up
            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.

            • b3nsn0w@pricefield.org
              link
              fedilink
              arrow-up
              2
              ·
              11 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.