-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reminder: 2402 dom.allow_cut_copy #1081
Comments
note to self: there's a difference between sniffing and social engineering |
bugzillas
something to think about
|
Note to self: happy to keep As for clipboard API, I have questions over read/write changes in 87+ .. but AFAICT, the security is as tight as can be (cross-origin etc) and it all comes down to meatware (the human element as compared to hardware/software) |
This doesn't achieve anything. AFAICT, it's an old gecko only API, not used on the web: superseded by the Clipboard API (added in FF21+)
Finally had some clarity on this issue after wondering for years just what the threat and risks were here What they do
What else
What's the threat
Decision made
|
thanks, very useful stuff.
out of curiosity, it could do so with either the read or the write method from my understanding. but wouldn't users notice and maybe freak out a bit? |
IDC if they freak out, the info in the user JS says "don't bother" with a handy |
I was initially unsure if Just to double check, the fingerprinting isn't mitigated by that setting, right? And the only thing it really protects you from is manually pasting into a malicious field, or a website maliciously clearing/filling your clipboard? |
The fingerprinting is binary and comes from if clipboard API is enabled or disabled |
For sure, blocking off the OS clipboard would help prevent any clipboard "accidents" (and edge case bugs), but I don't see any difference between pasting into a malicious field vs typing in one, TBH. If you use a password manager, then that certainly helps mitigate this sort of thing (for passwords and I think user login names as well) - i.e, you would be like, umm, where is my login suggestion, that's weird? I don't think sites would bother spamming your clipboard with junk, I don't see the point. And they can't clear your OS clipboard (or just read from it willy nilly) |
re-opening as a reminder to double check this
|
https://hg.mozilla.org/releases/mozilla-release/rev/c13cadb3b0e0dc2fb2a0f0d0568ab671b738f7ad
|
!remind me in 500 days
current: - both in TB are at default true
I've been down this road before, but
let'sI'll start again to definitively work out if anything is a concern hereI'm more concerned about the older execCommand
The text was updated successfully, but these errors were encountered: