Skip to content

Commit

Permalink
Added TrackingProtectionLists/faq.html URL to both else statements fo…
Browse files Browse the repository at this point in the history
…r sidebar content.
  • Loading branch information
Aleecia M. McDonald committed Mar 31, 2011
1 parent 3441f83 commit 2fb8260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -79,13 +79,13 @@ class="frameless"
<? if ($dnt && $dntval == "1") { ?>
<p>You're using Internet Explorer 9 (IE 9), and your browser is sending the DNT header because you've enabled Tracking Protection! This means you're using one or more <a href="http://ie.microsoft.com/testdrive/Browser/TrackingProtectionLists/faq.html">Tracking Protection Lists</a>, and as a result, Internet Explorer is asking all sites to stop tracking you.</p>
<? } else { ?>
<p>To enable Do Not Track, you need to enable IE 9's Tracking Protection feature. The easiest way to do that is to install Mozilla's Simple Tracking Protection List. <a href="javascript:window.external.msAddTrackingProtectionList('dnt-enabler.tpl', 'Mozilla\'s DNT Helper for IE'); window.location.reload()">Click here to install</a> and enable the DNT header.</p>
<p>To enable Do Not Track, you need to enable IE 9's <a href="http://ie.microsoft.com/testdrive/Browser/TrackingProtectionLists/faq.html">Tracking Protection</a> feature. The easiest way to do that is to install Mozilla's Simple Tracking Protection List. <a href="javascript:window.external.msAddTrackingProtectionList('dnt-enabler.tpl', 'Mozilla\'s DNT Helper for IE'); window.location.reload()">Click here to install</a> and enable the DNT header.</p>
<? } ?>
</div>
<? } else { ?>
<div class="sidebar-box">
<h3>Enable Do Not Track in <span>Internet Explorer 9</span></h3>
<p>To enable Do Not Track in IE 9, you need to enable IE 9's Tracking Protection feature. The easiest way to do that is to install <a href="./dnt-enabler.tpl">Mozilla's Simple Tracking Protection List</a>. If you view this page in IE 9, there will be instructions right here.</p>
<p>To enable Do Not Track in IE 9, you need to enable IE 9's <a href="http://ie.microsoft.com/testdrive/Browser/TrackingProtectionLists/faq.html">Tracking Protection</a> feature. The easiest way to do that is to install <a href="./dnt-enabler.tpl">Mozilla's Simple Tracking Protection List</a>. If you view this page in IE 9, there will be instructions right here.</p>
</div>
<? } ?>

Expand Down

0 comments on commit 2fb8260

Please sign in to comment.