• 17 Posts
  • 181 Comments
Joined 1 year ago
cake
Cake day: August 23rd, 2023

help-circle
  • Nice, didn’t know about that one. I imagine there are side effects to disabling it globally though? Those goofy OTP code inputs implemented as six single digit inputs jumps to mind, they probably rely on the paste event. The extension works similarly but lets you only enable it for problematic sites.


  • __init__tomemes@lemmy.worldI hate whoever that was
    link
    fedilink
    arrow-up
    55
    ·
    13 days 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.









  • __init__toPythonDeveloping with Docker
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

    Nice. You should check out devcontainers if you haven’t already. Maybe it deviates a little from the dev/prod parity idea, but you can use it with a compose file like you described. It’s saved my current team quite a bit of headache in maintaining local dev environments and keeping everyone in sync as the project evolves.