Comments on: How to read the clipboard from JavaScript http://www.xaprb.com/blog/2005/10/21/read-the-clipboard-from-javascript/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Hjunior http://www.xaprb.com/blog/2005/10/21/read-the-clipboard-from-javascript/#comment-17725 Hjunior Fri, 05 Feb 2010 20:04:56 +0000 http://www.xaprb.com/blog/?p=26#comment-17725 Well, IE permits reading or even writing to the clipboards, with or without prompting you, depending on how you categorize your sites. So your controlled intranet software can have many good features using clipboard, and you are still protected. FF have a switch to enable clipboard access to javascript, but it is not selected by site, so it is really insecure. I didn’t think I would say that, but MS is much better for developers and for security in that matter.

]]>
By: Rizwan http://www.xaprb.com/blog/2005/10/21/read-the-clipboard-from-javascript/#comment-16410 Rizwan Tue, 05 May 2009 15:54:27 +0000 http://www.xaprb.com/blog/?p=26#comment-16410 Recently i attended a talk by John C. Mitchell, Stanford University on Java Script Isolation and Web security. He mentioned out similar points and vulnurabilites in Facebook and other websites with advertisments on it.

But anyway, i guess all the updated browsers now prevent access to any such features.

]]>
By: John http://www.xaprb.com/blog/2005/10/21/read-the-clipboard-from-javascript/#comment-11753 John Wed, 20 Jun 2007 14:57:37 +0000 http://www.xaprb.com/blog/?p=26#comment-11753 IE7 now prompts users that the webpage is trying to access the clipboard.

]]>
By: adnan http://www.xaprb.com/blog/2005/10/21/read-the-clipboard-from-javascript/#comment-5521 adnan Fri, 06 Apr 2007 11:41:56 +0000 http://www.xaprb.com/blog/?p=26#comment-5521 Some user use clipboard to transfer some very important informations (such us password). this is bad think!

]]>
By: Elliott C. Bäck http://www.xaprb.com/blog/2005/10/21/read-the-clipboard-from-javascript/#comment-5075 Elliott C. Bäck Sun, 18 Mar 2007 02:25:52 +0000 http://www.xaprb.com/blog/?p=26#comment-5075 See, though, the clipboard is useful. If I click on a button that says “copy to clipboard” on a social media site, I want it to work!

]]>