<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlashCanon &#187; Mark of the Web</title>
	<atom:link href="http://flash.fincanon.com/archives/tag/mark-of-the-web/feed" rel="self" type="application/rss+xml" />
	<link>http://flash.fincanon.com</link>
	<description>Flash Platform stuff from Jason Fincanon</description>
	<lastBuildDate>Thu, 19 Aug 2010 14:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mark of the Web</title>
		<link>http://flash.fincanon.com/archives/162</link>
		<comments>http://flash.fincanon.com/archives/162#comments</comments>
		<pubDate>Thu, 28 May 2009 02:49:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Local Security]]></category>
		<category><![CDATA[Mark of the Web]]></category>
		<category><![CDATA[MOTW]]></category>
		<category><![CDATA[Security Zone]]></category>

		<guid isPermaLink="false">http://flash.fincanon.com/?p=162</guid>
		<description><![CDATA[A funny thing that I find about this line of work is when I learn about things that have been there all along but went unnoticed. Whether it's an entire section of a framework that you just never had an opportunity to utilize or a single line of code that does a little bit more [...]]]></description>
			<content:encoded><![CDATA[<p>A funny thing that I find about this line of work is when I learn about things that have been there all along but went unnoticed. Whether it's an entire section of a framework that you just never had an opportunity to utilize or a single line of code that does a little bit more than you thought. The latter is the subject of this quick post (which I started to write back in March but forgot to finish). The line of code in question here is very simple and it even has a name: "<a href="http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx" target="_blank">Mark of the Web</a>".</p>
<p>So what is the Mark of the Web? Well, <a href="http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx#What_is_Mark_of_the_Web" target="_blank">as Microsoft puts it</a>:</p>
<blockquote><p>The MOTW is a comment added to the HTML markup for a Web page. When a user opens the Web page from their local machine, Internet Explorer references this comment to determine the security zone in which it should run the page.</p></blockquote>
<p>Here is the line as I most easily recognize it (although it can be modified in several different ways):</p>
<div class="igBar"><span id="lhtml-2"><a href="#" onclick="javascript:showPlainTxt('html-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-2">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #808080; font-style: italic;">&lt;!-- saved from url=(0014)about:internet --&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
So why am I writing about it? Because I removed it from the HTML of a project I was working on. After I removed it, I started getting security errors when I tested my project locally in IE. It took me a while to find out what was going on and I hope that maybe this post will help others find it more quickly. So anyway, there it is. The <a href="http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx" target="_blank">Mark of the Web</a>. I hope this post saves someone a little time tracking down their local security errors in IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://flash.fincanon.com/archives/162/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
