Content advisor bugs in IE6
http://support.microsoft.com/kb/924456
Content Advisor sending requests to webserver root isn't he only problem. If I put a frameset with a <frame> tag, I get the popup about mixed content ad do I wish to load both secure and unsecure content.
I stripped my page from everything except
<html>
<head><title>page</title></head>
<frameset>
<frame src="https://mypages.com">
</frameset>
</html>
How do I have to change my page to get rid of the annoying popup? How the hell does Content Advisor deside, that my page has nonsecure content?
We found a workaround for the problem, where Content Advisor sends requests to root folder.

