• Bilb!
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      3 年前

      Saving settings on a page you don’t sign into (though you could make your app use local storage for this instead)

      • AgreeableLandscape
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 年前

        though you could make your app use local storage for this instead

        To be fair, that has the exact same problems with tracking as cookies. You can still easily put tracking codes in there, and I’m sure some trackers do. So there isn’t really a benefit to using LocalStorage from a privacy perspective.

        • Bilb!
          link
          fedilink
          arrow-up
          1
          ·
          3 年前

          I think Local Storage isn’t meant to be read server side, but that’s an easy line to cross if you’re determined.

    • AgreeableLandscape
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      3 年前

      I wish we just had a standard credential store in browsers. Then cookies would be almost completely useless even on sites that you’re logged into.