Lemmy.one
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Daniel@lemmy.ml to Memes@lemmy.mlEnglish · 3 年前

It's just faster....

lemmy.ml

message-square
35
fedilink
545

It's just faster....

lemmy.ml

Daniel@lemmy.ml to Memes@lemmy.mlEnglish · 3 年前
message-square
35
fedilink
alert-triangle
You must log in or # to comment.
  • 7heo@lemmy.ml
    link
    fedilink
    arrow-up
    59
    ·
    edit-2
    2 年前

    expired

    • Daniel@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      17
      ·
      3 年前

      Fair point, I made the meme to be silly, and, yes, this is one of the many reasons why tokens in general should expire after some point in time.

      Also the meme isn’t wrong, memes don’t need logic, they’re supposed to give people a giggle.

      • 7heo@lemmy.ml
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        2 年前

        expired

        • Daniel@lemmy.mlOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 年前

          To be Frank, who I am not (I’m Hai), I can’t tell if you’re a troll or not. Although, if you’re not, my meme is not “wrong” or spreading misinformation it contains a logical fallacy, as many jokes do. I can list jokes that contain logical fallacies upon request.

          • 7heo@lemmy.ml
            link
            fedilink
            arrow-up
            6
            ·
            edit-2
            2 年前

            expired

            • Daniel@lemmy.mlOP
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 年前

              This was the funniest thing I read all day, thank you. Sorry for misunderstanding your tone.

    • NightAuthor@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      3 年前

      Look at this guy over here, nerding out about the WiFi.

      Jk, glad to find someone in the comments correcting the misinformation in the meme. OP is probably a hacker who likes to do session hijacking.

      • Daniel@lemmy.mlOP
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 年前

        Not a hacker, just a silly goofball.

    • redcalcium@lemmy.institute
      link
      fedilink
      arrow-up
      5
      ·
      3 年前

      JWT sounds great on paper until you have to deal with logout and revocations. Might as well use standard session cookies.

      • 7heo@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        2 年前

        expired

    • joucker29@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      2 年前

      Fr my thoughts exactly

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

      And what happens next time they load the site?

      • 7heo@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 年前

        expired

        • Catweazle@social.vivaldi.net
          link
          fedilink
          arrow-up
          1
          ·
          3 年前

          @7heo @tdawg, i only keep data from sites which i visit every day, no other, using Site Bleacher, it remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs from all not whitelisted sites. This keeps clean the browser and HD.

          https://github.com/wooque/site-bleacher

          Similar alternative

          https://github.com/Cookie-AutoDelete/Cookie-AutoDelete

          • 7heo@lemmy.ml
            link
            fedilink
            arrow-up
            4
            ·
            edit-2
            2 年前

            expired

        • SnipingNinja@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          2 年前

          What about incognito sessions?

          • 7heo@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            2 年前

            expired

            • SnipingNinja@slrpnk.net
              link
              fedilink
              arrow-up
              2
              ·
              2 年前

              Yeah, that’s what I was curious about, the security issues you mentioned as I wasn’t clear in my understanding until now. Thanks.

    • 4am@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 年前

      Yeah you really should do both. Some session cookies can just be used as tracking cookies later.

      • 7heo@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 年前

        expired

  • mle@feddit.de
    link
    fedilink
    arrow-up
    33
    ·
    3 年前

    Automatically clear cookies on browser exit, only whitelist the couple of websites you use regularly.

    Has the added benefit of making tracking cookies fairly (but not completely) useless

    • strawberry@artemis.camp
      link
      fedilink
      arrow-up
      5
      ·
      3 年前

      what if I already block all third party cookies? is there a point?

      • archchan@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        3 年前

        That’s still good practice but first party cookies aren’t exactly trustworthy either. IMO, best to whitelist what you trust and use, permablock what you don’t, and auto-wipe the rest.

        • strawberry@artemis.camp
          link
          fedilink
          arrow-up
          2
          ·
          3 年前

          so what exactly are first party cookies?

          • Daniel@lemmy.mlOP
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 年前

            Cookies used by the site, third party would be cross origin.

            (I think)

            • strawberry@artemis.camp
              link
              fedilink
              arrow-up
              3
              ·
              3 年前

              https://termly.io/resources/articles/first-party-cookies-vs-third-party-cookies/

              here’s what I found

              tldr: first party coolies are used to enhance your experience, with staff like login info and ur shopping cart. third party tracks you. wither way, imma start clearing most cookies from now on

              • 0xD@infosec.pub
                link
                fedilink
                arrow-up
                2
                ·
                2 年前

                To be precise, first-party and third-party just means whether the cookie set is for the domain you are currently on, or for another one. The latter do not have to be tracking cookies, but are often used as such. You can see the cookies that your browser is storing for a specific site by visiting it and looking at them in the developer tools (Storage or Application tab, depending on browser). Under the “domain” column you can see what domain it is for.

                Furthermore, there you can look at the Local Storage and Session Storage tables which are also often used to store tracking data but are not prevented by cookie deletion.

  • Izzy@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    3 年前

    Only ever using private windows and then alt F4ing to automatically delete all session data.

    • SnipingNinja@slrpnk.net
      link
      fedilink
      arrow-up
      2
      ·
      2 年前

      This is what I do

  • SYNOPSIS@lemmyf.uk
    link
    fedilink
    arrow-up
    5
    ·
    3 年前

    fuckin hate that drake meme

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

      shows up on a sunny day
      “I fucken hate the rain!”

  • DJArbz@lemmy.notmy.cloud
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 年前

    I have a script called cookie_monster.sh

    • SomeBoyo@feddit.de
      link
      fedilink
      arrow-up
      3
      ·
      3 年前

      Can you post it here, or link to a git?

  • Krafting@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    3 年前

    Doesn’t work on every sites, weirdly enough

    • ShustOne
      link
      fedilink
      arrow-up
      7
      ·
      3 年前

      These days you’ll need to clear localStorage, sessionStorage, and localDb to really do this. The rise in tokens means some sites only use those.

  • ColorcodedResistor@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 年前

    deleted by creator

Memes@lemmy.ml

memes@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !memes@lemmy.ml

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 719 users / day
  • 3K users / week
  • 7.18K users / month
  • 15K users / 6 months
  • 623 local subscribers
  • 55.1K subscribers
  • 15.6K Posts
  • 334K Comments
  • Modlog
  • mods:
  • ghost_laptop@lemmy.ml
  • Cyclohexane@lemmy.ml
  • Arthur Besse@lemmy.ml
  • BE: 0.19.7
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org