• cm0002@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      4 hours ago

      Lol yea the comic artist needs to come up with a follow-up 4panel with extra-extra-hell lmao

  • __init__@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    12 hours ago

    I ran into this when trying to paste my generated password into the password field on some kind of financial site and I think it is still the most egregious case of security theater I’ve seen yet.

    Anyway, you want the “don’t fuck with paste” extension, available on both chrome and firefox.

  • Dagnet@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    19 hours ago

    Came here hoping someone would explain how to use dev tools to remove that block or if there an addon for that, really hate this kind of restriction

  • Alexstarfire@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    19 hours ago

    TBF, I kind of get it. If someone is using a public computer you wouldn’t want someone to be able to sign into a site they left open because they copied their password.

    However, this won’t prevent anyone from copying the password into something like notepad and just typing it out. So in the end, it’s useless and makes things less user friendly. Which is what I expect these days.

    • Kairos@lemmy.today
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 hours ago
      1. User pastes something into site
      2. data still pasted as normal
      3. JScript event clears clipboard and tells user this.

      Literally just as secure and better behavior. Just use your brain for a few seconds.

      Edit: Actually its MORE secure because disallowing paste leaves the password or whatever in the clipboard without the user necessarily realizing it…

    • Honytawk@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 hours ago

      Public computers should just have their pastebin locked.

      They shouldn’t mess with things on my personal computer.

      • AwkwardLookMonkeyPuppet@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 hours ago

        No they shouldn’t. They should require a guest account that clears the session on logout. If you fail to log out when you’re finished, well, mistakes have consequences. I’m tired of being handcuffed so incompetent people can have their hands held.

    • hikaru755@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 hours ago

      I suspect the reasoning for it was more along the lines of “if you’re pasting the password, that means you probably saved it in a text file on your desktop or something, and you shouldn’t do that so let’s stop you from doing it”. In reality, it probably didn’t work to make anyone store passwords more securely, and only made life unnecessarily harder for people with password managers

    • Stovetop@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      17 hours ago

      You can’t copy our JPEGs! That’s stealing! If you want to look at these JPEGs whenever you want, you need to register for an account and tag your favorites so we can monitor your viewing habits and sell your personality profile to advertisers and government entities!

    • 50MYT@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      17 hours ago

      Or training videos that pause if the window playing the video is not the last thing clicked on.

  • Beacon@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    19 hours ago

    You can sometimes do it anyway by right clicking (or long hold tap) on the text field to get a contextual menu popup

    • cm0002@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      19 hours ago

      They’ve started blocking that too on phones, which is what led to this meme lol. Curiously, GBoard has a little button on the top row that shows for freshly copied text when you go into a text field that still works, GBoard must not send the text as a paste when it’s done that way. But its only visible once

      • PoolloverNathan@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        18 hours ago

        Unexpected Keyboard has a similar optional key — which website are you using with this behavior? I wonder if pasting from it would trigger the detection. Also, it lets you bind strings to keys — I wonder if that would act in a similar manner.