The Internet Explorer nag This page contains both secure and non-secure items. Do you want to display the nonsecure items is sooo annoying.
To disable this popup in IE6:
Tools > Internet Options > Security
The Internet Explorer nag This page contains both secure and non-secure items. Do you want to display the nonsecure items is sooo annoying.
To disable this popup in IE6:
Tools > Internet Options > Security
SANS has reported a Microsoft IE7 0-day expoit that is now in the wild. This vulnerability is not adderssed by the forthcoming December 2008 patch Tuesday releases, or by the MS08-073 patch that was released on 12-09-2008.
Analysis shows the current exploit checks for the following conditions:
The user has to be running Internet Explorer
The version of Internet Explorer has to be 7
The operating system has to be Windows XP or Windows 2003
SANS has not yet confirmed if other versions are affected (Internet Explorer 6 or Internet Explorer 7 on Microsoft Windows Vista).
ThreatExpert has a very nice overview of the modifications the exploit makes to compromised computers.
Additional Resources:
IE7’s Phishing filter, which is supposed to be a layer of defense against Internet bad guys, drives me crazy. The performance impact is noticeable, since every DNS request made by the browser has to be redirected to Microsoft to be checked against a database of known malicious sites. I typically disable the Phishing filter the first time I start a fresh IE7 installation because of this problem.
Unfortunately, one of the nice things that was present in IE7 that disappears once the Phishing filter is disabled is the green bar that shows you are on a web site that uses Extended Validation (EV) certificates. EV certs are harder to obtain because the end user must pass a more rigorous identity verification screening process in order to purchase the certificate. According to Verisign:
“Extended Validation SSL Certificates were created in direct response to the rise in Internet fraud, eroding consumer confidence in online transactions. In 2005, 84% of respondents to a Forrester Research study said they don’t think retailers are doing enough to protect their customers online and 24% did not make purchases online due to security concerns.* Before customers share their confidential data online, they want proof of identification from a trusted source. The Extended Validation SSL Standard raises the bar on verification of SSL Certificates and enables visual displays in high security browsers.”
You can see IE7 is not displaying the EV Certificate green bar for Paypal.com when the Phishing filter is disabled.
I’m not sure what the rationale was behind the decision to make the EV certificate display go away when the Phishing filter is not in use, but here’s how to re-enable it in IE7:
In Internet Explorer select Tools – Internet Options - Advanced. Down at the bottom of the list check the Check for Server Certificate Revocation box. Restart Internet Explorer for the change to take effect.
Now you can see the green bar associated with Paypal’s EV certificate is visible.
Please see Microsoft KB 928089 for a Phishing filter patch that may increase performance.
When trying to uninstall Internet Explorer 7 on a Windows Server 2003 SP2 machine, the Remove button may not be visible in Add/Remove programs. Sometimes the button is visible, but clicking it displays the following:
“An error occurred while trying to remove Windows Internet Explorer 7. It may have already been uninstalled.
Would you like to remove Windows Internet Explorer 7 from the Add or Remove programs list?”
KB 948093 explains “This behavior occurs if Internet Explorer 7 was installed on Windows Server 2003 Service Pack 1. Service pack 2 was installed later than that.”
Microsoft’s resolution is to
Personally, if I was Microsoft I would have included step 4, go directly to Microsoft Update and apply all applicable patches and updates, then reboot again.
Every time I launch IE7 the Internet Explorer customization screen, http://runonce.msn.com/runonce2.aspx, has been displayed instead of the three home pages I specified in Tools – Internet Options. I had completed the whole customization processs many times, but Internet Explorer never seemed to remember the settings.
I found this thread that pointed me in the right direction for fixing this problem. To fix the problem, edit the following registry keys, or create them if they do not exist:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
“RunOnceComplete”=dword:00000001
“RunOnceHasShown”=dword:00000001
Once I made the registry changes and restarted IE, all was good. My home page opened up as expected.
This site also has five different ways of deploying this change, from scripts to a small executable file.
[updated 02-06-2008]
Updated broken link to five different ways of deploying this change