Closed
Bug 859217
Opened 13 years ago
Closed 13 years ago
Prevent websites from tampering with data copied to the clipboard
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 859127
People
(Reporter: adrian, Unassigned)
Details
Attachments
(1 file)
|
1.44 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130326150557
Steps to reproduce:
Copied the text on http://thejh.net/misc/website-terminal-copy-paste
Actual results:
I got this in my clipboard:
git clone /dev/null; clear; echo -n "Hello ";whoami|tr -d '\n';echo -e '!\nThat was a bad idea. Don'"'"'t copy code from websites you don'"'"'t trust!
Here'"'"'s the first line of your /etc/passwd: ';head -n1 /etc/passwd
git clone git://git.kernel.org/pub/scm/utils/kup/kup.git
Expected results:
I expected the actually displayed text in my clipboard:
git clone git://git.kernel.org/pub/scm/utils/kup/kup.git
Comment 1•13 years ago
|
||
The problem is that the other text is displayed too; you just didn't see it....
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•