<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx</link><description>I have been slacking in the posting department during my recent travels. RC2 shipped last week, while I was in NYC. Others have spoken about it. I will describe briefly what changed wrt pop-up blocker. But first a warning: everyday we have an internal</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161803</link><pubDate>Mon, 21 Jun 2004 22:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161803</guid><dc:creator>Cameron Watters</dc:creator><description>Back in March, there was some back-and-forth in the comments of this post:&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://blogs.msdn.com/jeffdav/archive/2004/03/22/94080.aspx"&gt;http://blogs.msdn.com/jeffdav/archive/2004/03/22/94080.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;regarding the behavior of the popup blocker WRT Macromedia Flash content, etc. The crux of the issue then (and now) is whether or not the popup blocker would block popups launched from within MM Flash content by default. Back then the answer was yes.&lt;br&gt;&lt;br&gt;I have not yet had a chance to try out Win XP SP2 RC2. Has that behavior changed at all? Is the appropriate solution still (as you indicated in the aforementioned post from March) for the plugin developer (in this case Macromedia) to modify the plugin to support the new interface that notifies the browser of the proper context for requests (user initiated or otherwise)?</description></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161808</link><pubDate>Mon, 21 Jun 2004 22:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161808</guid><dc:creator>jeffdav</dc:creator><description>Cameron-- &lt;br&gt;&lt;br&gt;That would be the point of the UseHooks key described in the post.  By default we do hook messages going to Flash, to allow user initiated windows to open from Flash.  &lt;br&gt;&lt;br&gt;ActiveX controls can still initiate the user initiated context by Exec()'ing the correct command to mshtml.dll.&lt;br&gt;&lt;br&gt;-jmd</description></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161810</link><pubDate>Mon, 21 Jun 2004 22:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161810</guid><dc:creator>Cameron Watters</dc:creator><description>Update to my previous comment:&lt;br&gt;&lt;br&gt;A more careful reading suggests that, by default, popups initiated from the Flash plugin (which I'm hoping falls into the designation of an ActiveX control?) will not be blocked? Is that a correct reading of the rules for the &amp;quot;Medium&amp;quot; (later described as the default) level?&lt;br&gt;&lt;br&gt;Sorry, I failed to put it all together the first time through.</description></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161815</link><pubDate>Mon, 21 Jun 2004 22:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161815</guid><dc:creator>jeffdav</dc:creator><description>That is correct.</description></item><item><title>windows xp sp2 rc2 (from: jeffdav)</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161903</link><pubDate>Tue, 22 Jun 2004 03:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161903</guid><dc:creator>Test .Text Blog</dc:creator><description /></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161944</link><pubDate>Tue, 22 Jun 2004 01:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161944</guid><dc:creator>Peter Torr</dc:creator><description>One thing I really dislike is &amp;quot;negative&amp;quot; options like &amp;quot;BlockUserInit.&amp;quot; &lt;br&gt;&lt;br&gt;It's intuitively difficult for people to deal with double negatives, and it makes the configuration overly complicated and ugly. Just looking at the settings for High and Low, wouldn't it be nicer if High was F,F,F,F and Low was T,T,T,T? &lt;br&gt;&lt;br&gt;Then you could just say &amp;quot;High turns it all off&amp;quot; and &amp;quot;Low turns it all on&amp;quot; and customers could easily keep up with it. As it is, having negative options makes it easy for bugs (either bona fide &amp;quot;code defects&amp;quot; or end user &amp;quot;configuration errors&amp;quot;) to creep in. We're only human, after all :-)&lt;br&gt;&lt;br&gt;I would rename it &amp;quot;AllowUserInit&amp;quot; or something along those lines.</description></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#161948</link><pubDate>Tue, 22 Jun 2004 01:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:161948</guid><dc:creator>jeffdav</dc:creator><description>Peter-- &lt;br&gt;&lt;br&gt;I agree.  Keep in mind these are registry thingies that most people never need to see.  When I started writing this, &amp;quot;BlockUserInit&amp;quot; and &amp;quot;PlaySound&amp;quot; were the only keys.  As I learned more and more about the numerous ways to navigate IE, more options were added.  I would have liked to have rationalized all these settings in the end, but I waited too long and now we are too close to RTM.  &lt;br&gt;&lt;br&gt;One of my dreams is to someday rewrite the Internet Control Panel and rationalize all these random IE registry keys... but think of all the apps I would break!</description></item><item><title>Configure the pop-up blocker in XP SP2 RC2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#162033</link><pubDate>Tue, 22 Jun 2004 07:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:162033</guid><dc:creator>KC on Exchange and Outlook</dc:creator><description /></item><item><title>XP SP2 change?</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#162046</link><pubDate>Tue, 22 Jun 2004 07:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:162046</guid><dc:creator>JD on MX</dc:creator><description>XP SP2 change? My thanks to Cameron Watters for posting this... he cites a post today from &amp;quot;jeffdav&amp;quot; of Microsoft's Internet Explorer team, and in the followup, it seems like Jeff says that the behavior of blocking windows requested from...</description></item><item><title>Flash &amp;amp; Windows XP SP2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#162352</link><pubDate>Tue, 22 Jun 2004 16:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:162352</guid><dc:creator>h2os :: blog</dc:creator><description>I'll post more on this later once I've had a chance to install Windows XP SP2 RC2 and poke around...</description></item><item><title>More info on the popup blocker in XP sp2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#163063</link><pubDate>Wed, 23 Jun 2004 03:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:163063</guid><dc:creator>E-Bitz - SBS MVP the Official Blog of the SBS </dc:creator><description /></item><item><title>Excellent information on the new IE pop up blocker from JeffDav of the IE Core team</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#163107</link><pubDate>Wed, 23 Jun 2004 05:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:163107</guid><dc:creator>Jerry's Security Weblog</dc:creator><description /></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#165607</link><pubDate>Fri, 25 Jun 2004 09:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:165607</guid><dc:creator>A.R.</dc:creator><description>You might consider focusing more on security holes than on &amp;quot;UI bugs&amp;quot;..&lt;br&gt;A list of some of them can be found here: &lt;a target="_new" href="http://iebug.com/"&gt;http://iebug.com/&lt;/a&gt;</description></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#165913</link><pubDate>Fri, 25 Jun 2004 16:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:165913</guid><dc:creator>jeffdav</dc:creator><description>Many of the UI Bugs I have fixed were security bugs.  Web sites that use poorly desgined UI to trick users are just as dangerous as ones that use more sophisticated attacks.  There is a team of developers who work to secure IE at a lower level; I work on the Browser UI team.  </description></item><item><title>createPopup() windows rendered useless by XP SP2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#167391</link><pubDate>Sun, 27 Jun 2004 21:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:167391</guid><dc:creator>Ian Paterson</dc:creator><description>I'm afraid that with Windows XP SP2, chromeless popup windows (created with createPopup()) have so many restrictions that they are rendered useless. The only significant functionality offered by a popup that cannot be achieved with an ordinary HTML DIV element is that it may be positioned slightly outside (to the right or left of) the window border.&lt;br&gt;&lt;br&gt;Most importantly, popups no longer appear in front of all windows. It is now impossible for a window underneath the top window to alert the user that it needs the user's attention (e.g. when a message arrives in Outlook Web Access) WHILE still allowing the user to continue working in the top window (e.g. if the user is busy typing a sentence in the top window then their text is not lost when a standard window gains focus).&lt;br&gt;&lt;br&gt;Would there not be enough security if popup windows were limited in size/position AND also forced to have chrome (title and status bars) when the programmer wants them to appear on top of all windows?&lt;br&gt;&lt;br&gt;Do you know how OWA and other similar applications running on SP2 will inform users that new messages have arrived?&lt;br&gt;</description></item><item><title>explorer bar - discuss</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#176044</link><pubDate>Thu, 08 Jul 2004 06:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:176044</guid><dc:creator>Shaffer</dc:creator><description>we have developed software and i believe a user is having problems because the 'discuss' feature may be checked.  The user claims she has no discuss option in her explorer bar.  Is this possible?  She says she is using Windows XP Professional and IE 6.0.  I'm using the same OS and browser and have 'discuss' in my explorer bar.&lt;br&gt;&lt;br&gt;Please advice.</description></item><item><title>explorer bar - discuss</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#176046</link><pubDate>Thu, 08 Jul 2004 06:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:176046</guid><dc:creator>Shaffer</dc:creator><description>we have developed software and i believe a user is having problems because the 'discuss' feature may be checked.  The user claims she has no discuss option in her explorer bar.  Is this possible?  She says she is using Windows XP Professional and IE 6.0.  I'm using the same OS and browser and have 'discuss' in my explorer bar.&lt;br&gt;&lt;br&gt;Please advice.</description></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#176068</link><pubDate>Thu, 08 Jul 2004 06:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:176068</guid><dc:creator>jeffdav</dc:creator><description>I think discuss comes with office, yes?  I never use it, so I am not 100% sure.  :)</description></item><item><title>re: Internet Explorer in XP SP2 RC2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#181462</link><pubDate>Tue, 13 Jul 2004 07:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:181462</guid><dc:creator>Tony Schreiner's WebLog</dc:creator><description /></item><item><title>re: windows xp sp2 rc2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#193622</link><pubDate>Sat, 24 Jul 2004 01:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:193622</guid><dc:creator>HK</dc:creator><description>BlockUserInit - Whether or not to block windows deemed to be the result of a user initiated action.  When on, pop-up blocking is hardcore.  Default is off.&lt;br&gt;UseTimerMethod - Whether or not to use a timer to detect user initiated actions.  Some sites do things asynchronously to mouse clicks... mostly sites where you submit data which results in a popup.&lt;br&gt;UseHooks - Whether or not to hook messages going to ActiveX controls.  If this is false, then the control may not be able to open a new window.&lt;br&gt;AllowHTTPS - Whether or not to blindly allow pop-ups from sites using https.&lt;br&gt;&lt;br&gt;The default values are High: T,F,F,F; Med: F,F,T,F; Low: F,T,T,T. &lt;br&gt;If you go change one setting by hand and it does not match the template for any of those levels, the level will show as “Custom” in the settings dialog.&lt;br&gt;&lt;br&gt;You don't actually SUPPORT the stuff you're programming, right? You see, if you were Mr. &amp;quot;I-don't-know-much-about-my-computer-but-I-heard&lt;br&gt;-theInternet-is-so-dangerous&amp;quot; and you hear of a strange new virus that's spreading via websites or anything like this or you are annoyed by popupwindows that still came through the popupblockers,  you would tend to disable anything.&lt;br&gt;&lt;br&gt;Many banks use popups to initiate a secure connection to the user. It's also used to look up for the browser they're using and presenting the right javascript-code to let the user do their banking-stuff. They have verified their identity by a trusted root certification authority.&lt;br&gt;&lt;br&gt;If they're clever, they ordered the more expensive special certificate that's neccessary to enable strong in enryption mode in MSIEs that fell under the old export-restrinctions concerning strong encryption:&lt;br&gt;&lt;a target="_new" href="http://www.verisign.com/products/popInfo/encryption.html"&gt;http://www.verisign.com/products/popInfo/encryption.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;On behalf of all my collegues trying to support the various types of MSIE, please do the following on the default high settings:&lt;br&gt;&lt;br&gt;Enable to pop up windows which are encrypted, provided they have a certificate that's issued by a trusted root certification authority. Call this setting: &amp;quot;Enable Popups from trusted, encrypted sites (e.g. Webshops,  Online-banking-applications). Note: By disabling this setting, some Webshops or Online Banking might stop working correctly.&lt;br&gt;&lt;br&gt;Something like this. Or at least tell the user after enabling the deafault high setting that some webshops or their Online Banking might not work anymore. Explain the User how to add sites to the white-list. Note: The secured Window opened by many sites originates from an unsecured site.&lt;br&gt;&lt;br&gt;Explorer has to check wheter the Window which is attempting to open originates  from one of the trusted sites. Otherwise, User has to add both the unsecured and the secured URL to it's trusted sites. This is a very annoying behaviour of the MSIE since the beginning of MSIE using the zone-model. It would be sufficient to allow any site to open a secured Window from a site that's in the white list as long as every single item is from the same secured trustworty domain (disallowing cross-frame-attacs from an unsecured frame).&lt;br&gt;&lt;br&gt;To sum up:&lt;br&gt;&lt;br&gt;1. Why just the option to allow *every* secured site to open a Popup even thogh User has no confirmation that the issuer of that certificate is trustworthy? Why not allowing only identified Companies to open a Popupwindow/Use Java Script and stuff even on high settings? Make it adjustable, so that the user could diallow this option on purpose, OK. &lt;br&gt;&lt;br&gt;2. Is there a way to explain to Users what to do to get the requested Webshop- or bankingfunctions?&lt;br&gt;&lt;br&gt;Sorry for writing so long, but Norton Internet Security already gives us enough headache. But this is going to be a major problem to us. We don't spam, we don't do anything bad. We're just trying to keep our customers happy.&lt;br&gt; ;(&lt;br&gt;&lt;br&gt;You wouldn't believe what some Users do to their system without any idea what hey are doing. Now try to give them the service they deserve in our opinion and figure out what they need to do to get out of this mess. But as far as I see it, this is going to be a major problem to us and many, many more. &lt;br&gt;&lt;br&gt;Sincerely&lt;br&gt;&lt;br&gt;HK (full name disclosed upon every mail originating from microsoft.com for now I'm saying that I am from Germany).&lt;br&gt;&lt;br&gt;PS: Please send some greetings to &amp;quot;Sven Freitag&amp;quot;, he should be in america working @microsoft right now. Working email-address, no need to edit anything: nospam001@gmx.net </description></item><item><title>Configure the pop-up blocker in XP SP2 RC2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#202602</link><pubDate>Sat, 31 Jul 2004 01:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:202602</guid><dc:creator>KC on Exchange and Outlook</dc:creator><description /></item><item><title>Excellent information on the new IE pop up blocker from JeffDav of the IE Core team</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#316899</link><pubDate>Thu, 16 Dec 2004 16:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:316899</guid><dc:creator>Jerry's Security Weblog</dc:creator><description /></item><item><title>h2os.org :: The Life and Times of Cameron Watters :: Flash &amp;amp; Windows XP SP2</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#584588</link><pubDate>Thu, 27 Apr 2006 01:52:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:584588</guid><dc:creator>h2os.org :: The Life and Times of Cameron Watters :: Flash &amp; Windows XP SP2</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://www.h2os.org/archives/bydate/2004/06/22/flash_windows_xp_sp2"&gt;http://www.h2os.org/archives/bydate/2004/06/22/flash_windows_xp_sp2&lt;/a&gt;</description></item><item><title> jeff s WebLog windows xp sp2 rc2 | Paid Surveys</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#9663237</link><pubDate>Sat, 30 May 2009 08:17:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9663237</guid><dc:creator> jeff s WebLog windows xp sp2 rc2 | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=jeff-s-weblog-windows-xp-sp2-rc2"&gt;http://paidsurveyshub.info/story.php?title=jeff-s-weblog-windows-xp-sp2-rc2&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> jeff s WebLog windows xp sp2 rc2 | Insomnia Cure</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#9710383</link><pubDate>Tue, 09 Jun 2009 01:29:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9710383</guid><dc:creator> jeff s WebLog windows xp sp2 rc2 | Insomnia Cure</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://insomniacuresite.info/story.php?id=3782"&gt;http://insomniacuresite.info/story.php?id=3782&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> jeff s WebLog windows xp sp2 rc2 | fix my credit</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#9764048</link><pubDate>Wed, 17 Jun 2009 04:46:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9764048</guid><dc:creator> jeff s WebLog windows xp sp2 rc2 | fix my credit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fixmycrediteasily.info/story.php?id=17780"&gt;http://fixmycrediteasily.info/story.php?id=17780&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> jeff s WebLog windows xp sp2 rc2 | low cost car insurance</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#9765667</link><pubDate>Wed, 17 Jun 2009 07:20:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9765667</guid><dc:creator> jeff s WebLog windows xp sp2 rc2 | low cost car insurance</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://lowcostcarinsurances.info/story.php?id=3246"&gt;http://lowcostcarinsurances.info/story.php?id=3246&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> jeff s WebLog windows xp sp2 rc2 | bar stools</title><link>http://blogs.msdn.com/jeffdav/archive/2004/06/21/161789.aspx#9780691</link><pubDate>Fri, 19 Jun 2009 09:37:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9780691</guid><dc:creator> jeff s WebLog windows xp sp2 rc2 | bar stools</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://barstoolsite.info/story.php?id=3777"&gt;http://barstoolsite.info/story.php?id=3777&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>