<?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: Spoofing Firefox protected objects</title>
	<atom:link href="http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Fri, 25 Jul 2008 14:22:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-839</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 15 Nov 2007 13:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-839</guid>
		<description>DOS is fun :D WebFu self defence ;)</description>
		<content:encoded><![CDATA[<p>DOS is fun <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> WebFu self defence <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 排 尾 DaCat</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-838</link>
		<dc:creator>排 尾 DaCat</dc:creator>
		<pubDate>Thu, 15 Nov 2007 12:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-838</guid>
		<description>Ah yeah, I was talking about S.O.P. but other things can still be an issue.. like exploiting some addons, or DoS attacks, or I dunno hehe :P</description>
		<content:encoded><![CDATA[<p>Ah yeah, I was talking about S.O.P. but other things can still be an issue.. like exploiting some addons, or DoS attacks, or I dunno hehe <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-834</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 15 Nov 2007 09:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-834</guid>
		<description>Same origin policy might not be affected but it's still a issue because you can spoof any object for that session. I've already released a DOS attack based on these issues:-
http://www.thespanner.co.uk/2007/11/14/firefox-history-dos-attack/</description>
		<content:encoded><![CDATA[<p>Same origin policy might not be affected but it&#8217;s still a issue because you can spoof any object for that session. I&#8217;ve already released a DOS attack based on these issues:-<br />
<a href="http://www.thespanner.co.uk/2007/11/14/firefox-history-dos-attack/" rel="nofollow">http://www.thespanner.co.uk/2007/11/14/firefox-history-dos-attack/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 排 尾 DaCat</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-833</link>
		<dc:creator>排 尾 DaCat</dc:creator>
		<pubDate>Thu, 15 Nov 2007 01:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-833</guid>
		<description>The reason this is not an issue, is because firefox has 2 window objects, an internal window, and an external window.. the external window is modifiable, and the internal window is not, so when you modify document.domain rewriting prototypes and stuff at the external window, the internal window wont be changed..

Greetz!!</description>
		<content:encoded><![CDATA[<p>The reason this is not an issue, is because firefox has 2 window objects, an internal window, and an external window.. the external window is modifiable, and the internal window is not, so when you modify document.domain rewriting prototypes and stuff at the external window, the internal window wont be changed..</p>
<p>Greetz!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Eisenmann</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-832</link>
		<dc:creator>Brandon Eisenmann</dc:creator>
		<pubDate>Wed, 14 Nov 2007 22:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-832</guid>
		<description>Overwriting the getter/setter for the location object was fixed in 2002. Based on the bug discussion I'm not surprised they didn't get around to protecting other objects.

https://bugzilla.mozilla.org/show_bug.cgi?id=143369</description>
		<content:encoded><![CDATA[<p>Overwriting the getter/setter for the location object was fixed in 2002. Based on the bug discussion I&#8217;m not surprised they didn&#8217;t get around to protecting other objects.</p>
<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=143369" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=143369</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-829</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Wed, 14 Nov 2007 20:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-829</guid>
		<description>It's ok I know how to fix it, it's the template I've used but I prefer hacking Firefox than fixing CSS :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s ok I know how to fix it, it&#8217;s the template I&#8217;ve used but I prefer hacking Firefox than fixing CSS <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorin</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-828</link>
		<dc:creator>thorin</dc:creator>
		<pubDate>Wed, 14 Nov 2007 20:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-828</guid>
		<description>Sorry I didn't mean to make more work for you. I was hoping there'd be an easy fix for it. (It's not like yours is the only blog with this issue).

Both of these have the same problem:
http://myappsecurity.blogspot.com/
http://blogs.msdn.com/hackers/archive/2007/11/12/first-line-of-defense-for-web-applications-part-4.aspx</description>
		<content:encoded><![CDATA[<p>Sorry I didn&#8217;t mean to make more work for you. I was hoping there&#8217;d be an easy fix for it. (It&#8217;s not like yours is the only blog with this issue).</p>
<p>Both of these have the same problem:<br />
<a href="http://myappsecurity.blogspot.com/" rel="nofollow">http://myappsecurity.blogspot.com/</a><br />
<a href="http://blogs.msdn.com/hackers/archive/2007/11/12/first-line-of-defense-for-web-applications-part-4.aspx" rel="nofollow">http://blogs.msdn.com/hackers/archive/2007/11/12/first-line-of-defense-for-web-applications-part-4.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-827</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Wed, 14 Nov 2007 18:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-827</guid>
		<description>Yeah point taken Thorin, I've wrapped the code in the article. If I can be bothered I'll fix the css.</description>
		<content:encoded><![CDATA[<p>Yeah point taken Thorin, I&#8217;ve wrapped the code in the article. If I can be bothered I&#8217;ll fix the css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorin</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-826</link>
		<dc:creator>thorin</dc:creator>
		<pubDate>Wed, 14 Nov 2007 18:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-826</guid>
		<description>When you post code is there a way to word wrap it @ the size of your blog article column width. Things often extend off the right side where they're unreadable.</description>
		<content:encoded><![CDATA[<p>When you post code is there a way to word wrap it @ the size of your blog article column width. Things often extend off the right side where they&#8217;re unreadable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan McFeters</title>
		<link>http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-825</link>
		<dc:creator>Nathan McFeters</dc:creator>
		<pubDate>Wed, 14 Nov 2007 17:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/14/spoofing-firefox-protected-objects/#comment-825</guid>
		<description>Holy Crap... that's really bad.  Awesome find!</description>
		<content:encoded><![CDATA[<p>Holy Crap&#8230; that&#8217;s really bad.  Awesome find!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
