<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Ehy IE8, I Can Has Some Clickjacking Protection?</title>
	<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/</link>
	<description>Giorgio Maone's answers to the Web, the Universe, and Everything</description>
	<pubDate>Wed, 08 Feb 2012 12:25:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Giorgio</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-13370</link>
		<dc:creator>Giorgio</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:30:56 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-13370</guid>
		<description>@&lt;a href="http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-13364" rel="nofollow"&gt;Jeff Atwood&lt;/a&gt;:
&lt;strong&gt;My&lt;/strong&gt; users are protected by NoScript :D

Anyway, what about this one:
&lt;code&gt;
if (top != self) {
  top.location.replace(location);
  location.replace("about:blank"); // want me framed? no way!
}
&lt;/code&gt;
Seen &lt;a href="http://stackoverflow.com/questions/958997/frame-buster-buster-buster-code-needed/1018574#1018574" target="_blank" rel="nofollow external" rel="nofollow"&gt;here&lt;/a&gt; ;)</description>
		<content:encoded><![CDATA[<p>@<a href="http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-13364" rel="nofollow">Jeff Atwood</a>:<br />
<strong>My</strong> users are protected by NoScript :D</p>
<p>Anyway, what about this one:</p>
<div class="codesnip-container" >if (top != self) {<br />
  top.location.replace(location);<br />
  location.replace(&#8221;about:blank&#8221;); // want me framed? no way!<br />
}</div>
<p>Seen <a href="http://stackoverflow.com/questions/958997/frame-buster-buster-buster-code-needed/1018574#1018574" target="_blank" rel="nofollow external" rel="nofollow">here</a> ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Atwood</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-13364</link>
		<dc:creator>Jeff Atwood</dc:creator>
		<pubDate>Fri, 19 Jun 2009 06:41:29 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-13364</guid>
		<description>&#34;To sum up, there’s always been a well known and accepted server-side protection option which works everywhere except in IE.&#34;

Um, no. And if you believe that framebusting can't be defeated, then your users are going to get owned.

http://www.codinghorror.com/blog/archives/001277.html</description>
		<content:encoded><![CDATA[<p>&quot;To sum up, there’s always been a well known and accepted server-side protection option which works everywhere except in IE.&quot;</p>
<p>Um, no. And if you believe that framebusting can&#8217;t be defeated, then your users are going to get owned.</p>
<p><a href="http://www.codinghorror.com/blog/archives/001277.html" rel="nofollow">http://www.codinghorror.com/blog/archives/001277.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noam</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-11134</link>
		<dc:creator>noam</dc:creator>
		<pubDate>Sun, 22 Feb 2009 07:17:41 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-11134</guid>
		<description>i installed a web application firewall- software solution. it protects layer 7, web applications. but how can i know if it protects also against clickjacking? http://www.applicure.com</description>
		<content:encoded><![CDATA[<p>i installed a web application firewall- software solution. it protects layer 7, web applications. but how can i know if it protects also against clickjacking? <a href="http://www.applicure.com" rel="nofollow">http://www.applicure.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE8.0 and Clickjacking &#124; Secdefence.Com</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-11058</link>
		<dc:creator>IE8.0 and Clickjacking &#124; Secdefence.Com</dc:creator>
		<pubDate>Thu, 19 Feb 2009 01:15:24 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-11058</guid>
		<description>[...] sure you’ve heard about the new IE8.0 Clickjacking protection here, here and probably most importantly here on the IE blog. It’s probably time I explain exactly [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] sure you’ve heard about the new IE8.0 Clickjacking protection here, here and probably most importantly here on the IE blog. It’s probably time I explain exactly [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cross Site Scripting » Blog Archive » Hackademix.Net » Ehy Ie8, I Can has Some Clickjacking Protection?</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10687</link>
		<dc:creator>Cross Site Scripting » Blog Archive » Hackademix.Net » Ehy Ie8, I Can has Some Clickjacking Protection?</dc:creator>
		<pubDate>Fri, 30 Jan 2009 16:47:14 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10687</guid>
		<description>[...] We’ve been preaching about XSS holes and other web programming errors for years, but developers still fall in the same pitfalls over and over again: if the guys in Redmond really believed that web security could be fixed …$anchor_text[$anchor_choice] [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] We’ve been preaching about XSS holes and other web programming errors for years, but developers still fall in the same pitfalls over and over again: if the guys in Redmond really believed that web security could be fixed …$anchor_text[$anchor_choice] [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: La billeterie » Blog Archive » Clickjacking</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10686</link>
		<dc:creator>La billeterie » Blog Archive » Clickjacking</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:32:59 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10686</guid>
		<description>[...] http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/ Convenience is number one factor in keeping browsers secure [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/" rel="nofollow">http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/</a> Convenience is number one factor in keeping browsers secure [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE8.0 and Clickjacking « Covil Inc.</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10685</link>
		<dc:creator>IE8.0 and Clickjacking « Covil Inc.</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:21:40 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10685</guid>
		<description>[...] sure you’ve heard about the new IE8.0 Clickjacking protection here, here and probably most importantly here on the IE blog. It’s probably time I explain exactly [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] sure you’ve heard about the new IE8.0 Clickjacking protection here, here and probably most importantly here on the IE blog. It’s probably time I explain exactly [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hackademix.net » X-IFRAME-OPTIONS in Firefox</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10673</link>
		<dc:creator>hackademix.net » X-IFRAME-OPTIONS in Firefox</dc:creator>
		<pubDate>Fri, 30 Jan 2009 00:12:15 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10673</guid>
		<description>[...] I promised in my previous posts about so called IE8’s “Clickjacking protection”, some hours ago I released the [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I promised in my previous posts about so called IE8’s “Clickjacking protection”, some hours ago I released the [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fenixnordic Group » Blog Archive » Why IE8’s ‘ClickJacking’ Solution Won’t Help Most Users</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10670</link>
		<dc:creator>Fenixnordic Group » Blog Archive » Why IE8’s ‘ClickJacking’ Solution Won’t Help Most Users</dc:creator>
		<pubDate>Thu, 29 Jan 2009 18:46:53 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10670</guid>
		<description>[...] Giorgio Maone, the developer behind Firefox’s NoScript Add-on, explains &#34;there’s always been a well known and accepted server-side protection option which works [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Giorgio Maone, the developer behind Firefox’s NoScript Add-on, explains &quot;there’s always been a well known and accepted server-side protection option which works [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clickjacking: Internet Explorer 8 non è immune, dicono - The New Blog Times</title>
		<link>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10660</link>
		<dc:creator>Clickjacking: Internet Explorer 8 non è immune, dicono - The New Blog Times</dc:creator>
		<pubDate>Wed, 28 Jan 2009 23:00:42 +0000</pubDate>
		<guid>http://hackademix.net/2009/01/27/ehy-ie8-i-can-has-some-clickjacking-protection/#comment-10660</guid>
		<description>[...] Giorgio Maone, che di NoScript è l’autore, in un suo dettagliatissimo e circostanziato post nel suo [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Giorgio Maone, che di NoScript è l’autore, in un suo dettagliatissimo e circostanziato post nel suo [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

