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.
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
- User pastes something into site
- data still pasted as normal
- JScript event clears clipboard and tells user that their clipboard was safely cleared.
Literally just as secure and better behavior. Just use your brain for a few seconds.
Edit: Actually it’s MORE secure because disallowing paste leaves the password or whatever in the clipboard without the user necessarily realizing it…
wait, could i make a website that clears everyones clipboard if they visit it?
Yep
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.
You don’t need this - In about:config, set dom.event.clipboardevents.enabled to false. No Addon needed.
The comment hero!
It isn’t right you need an extension for it, but here we are. Don’t F*** With Paste
On Firefox it is some setting under about:config, no need for an extension.
dom.event.clipboardevents.enabled
Sadly this doesn’t work reliably - an increasing number of sites still manage to block it. Also it prevents other sites from working properly.
using chrome in the first place
using characters that need to be escaped in your plugins name
Just as evil are the pages that don’t let you select text or pictures for copying.
On ff, shift and right click works. Otherwise, the inspect element.
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!
Meanwhile:
Sure thing, pal! I’m just gonna take a peek at the HTML real quick…
Or training videos that pause if the window playing the video is not the last thing clicked on.
Which makes taking notes while the video is playing basically impossible
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
Firefox often let’s you bypass this shit with holding shift + right click or select the text you want to paste and drag and drop it into the field.