You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ~/.config/vimb/config add set javascript-can-access-clipboard=false
Go to a Stack Overflow page, click a "Share" button, and click "Copy link"
Expected behaviour
My clipboard is unaffected.
Actual behaviour
The website is able to modify my clipboard.
Maybe javascript-can-access-clipboard only prevents read access? I'm more concerned about write access, because I have a bad habit of pasting things into my terminal, and websites being able to affect what I paste into my terminal seems dangerous.
If the current behaviour is intentional and won't be changed, the man page should be updated to clarify only read access is prevented.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
In
~/.config/vimb/config
addset javascript-can-access-clipboard=false
Go to a Stack Overflow page, click a "Share" button, and click "Copy link"
Expected behaviour
My clipboard is unaffected.
Actual behaviour
The website is able to modify my clipboard.
Maybe
javascript-can-access-clipboard
only prevents read access? I'm more concerned about write access, because I have a bad habit of pasting things into my terminal, and websites being able to affect what I paste into my terminal seems dangerous.If the current behaviour is intentional and won't be changed, the man page should be updated to clarify only read access is prevented.
The text was updated successfully, but these errors were encountered: