It’s not even “Incognito” (what a misnomer too), this is a Gecko-based browser

  • Quinten@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 年前

    “One vote per IP-address” - So they already tackled the problem that people can vote more then once.

    Straight-up asshole design.

  • Draconic NEO@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 年前

    There’s an extension that allows you to hide incognito mode from websites called Hide Private Mode I’m not sure why browsers don’t do this by default (maybe it’s some funny compliance thing) it would greatly improve privacy.

    • FearTheCron@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 年前

      It would be nice if you could whitelist sites for cookies. That way you can stay logged into things like email.

      • Milady@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        20
        ·
        3 年前

        You can, on firefox at least. No add ons required it’s a browser feature.

      • Beliriel@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 年前

        You need to track the user for a poll. Sessions don’t work since private browsing enables duplicate votes. Tracking the IP can block users from the same network/wifi. Cookies get auto-sent and browser storage is only clientside. Really not many more options aside from making an account on a site and logging in. I find it a pretty reasonable solution actually.

        • Milady@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          26
          ·
          3 年前

          Cookies fall short just the same as sessions. you’re asking the user to pinkie promise they won’t clear their cookies / modify them.

          An account seems the most logical. You need to avoid duplicates ; it’s not really about privacy here. You’ll only make a tradeoff between accomplishing no duplicates and letting users do what they want.