<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Javascript protocol fuzzer and Opera</title>
	<atom:link href="http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Wed, 08 Sep 2010 01:07:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/#comment-1317</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 18 Sep 2008 20:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=225#comment-1317</guid>
		<description>Ah looks like a false positive :(
The fuzzing code is correct, it checks the browser to see if the link protocol is javascript so Opera is reporting it is but then stops it from executing. Doh!

&#60;slaps self on head&#62;</description>
		<content:encoded><![CDATA[<p>Ah looks like a false positive <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
The fuzzing code is correct, it checks the browser to see if the link protocol is javascript so Opera is reporting it is but then stops it from executing. Doh!</p>
<p>&lt;slaps self on head&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Weber</title>
		<link>http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/#comment-1316</link>
		<dc:creator>Chris Weber</dc:creator>
		<pubDate>Thu, 18 Sep 2008 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=225#comment-1316</guid>
		<description>Hey Gareth, I can't manually validate these that occur at position 10.  I tried:

&#60;a href="javascript&#38;#7944:alert('works')" &#62;test&#60;/a&#62;

But that doesn't execute in Opera.  The ones at position 0 did work however.  I wonder if there's a false positive in your test:

if(document.getElementsByTagName('a').item(i).protocol == 'javascript:')

or if I'm doing something wrong?</description>
		<content:encoded><![CDATA[<p>Hey Gareth, I can&#8217;t manually validate these that occur at position 10.  I tried:</p>
<p>&lt;a href=&#8221;javascript&amp;#7944:alert(&#8217;works&#8217;)&#8221; &gt;test&lt;/a&gt;</p>
<p>But that doesn&#8217;t execute in Opera.  The ones at position 0 did work however.  I wonder if there&#8217;s a false positive in your test:</p>
<p>if(document.getElementsByTagName(&#8217;a').item(i).protocol == &#8216;javascript:&#8217;)</p>
<p>or if I&#8217;m doing something wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
