Note that there are some explanatory texts on larger screens.

plurals
  1. POIs IE8 going to break my CDN hosted jQuery?
    text
    copied!<p>IE8 has a feature called <a href="http://blogs.msdn.com/ie/archive/2008/08/25/ie8-and-privacy.aspx" rel="nofollow noreferrer">InPrivate Filtering</a>, which will block scripts it finds on webpages from more than 'n' different sites.</p> <p>I'm listening to the most recent '<a href="http://www.grc.com/sn/sn-189.htm" rel="nofollow noreferrer">Security Now'</a> podcast which is raving about this feature as being great.</p> <p>At the very same time I'm screaming NOOO! What the *#&amp;$ -- because my site (as does many many others) includes the following (jQuery + SWFObject). i.e. I'm using <a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow noreferrer">Google's CDN</a> to host my jQuery.</p> <pre><code>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"&gt;&lt;/script&gt; </code></pre> <p>So whats the deal - should I stop usin jQuery and swfobject from a CDN ?</p> <p>Whats everybody else doing?</p> <p>**Edit: ** I couldn't find out if they keep a list of 'trusted sites' or not, but according to <a href="http://www.microsoft.com/windows/internet-explorer/features/browse-privately.aspx" rel="nofollow noreferrer">this</a> from Microsoft the InPrivate filtering is per session. So at least someone has to actively enable it every session.</p> <blockquote> <p>InPrivate Filtering is off by default and must be enabled on a per-session basis. To use this feature, select InPrivate Filtering from the Safety menu. To access and manage different filtering options for Internet Explorer 8, select InPrivate Filtering Settings from the Safety menu. To end your InPrivate Browsing session, simply close the browser window.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload