[DevTools] Console should contain clipboard as variable |
||
Issue descriptionAllow the console to contain a variable representing data in clipboard as a variable. Example: 1. Copy text from outside window. 2. Go to Devtools console and have data in clipboard represented as a kind of string (maybe blob?) to allow easy access to what is copied. If "$$$" was the special variable allow things like: "console.log($$$)" and it would print whatever was in the clipboard.
,
Mar 31 2016
This may not be a good idea for security reasons. If a user was to have a password or something in their clipboard then was hoaxed into opening devtools and pasting some "magical" stuff that they thought would do something, it may be a security issue. I think this needs a bit of discussion before any action should take place on it.
,
Mar 31 2016
What's the use case? |
||
►
Sign in to add a comment |
||
Comment 1 by kozyatinskiy@chromium.org
, Mar 29 2016Status: Assigned (was: Untriaged)