Comment #4 on issue 24152 by [email protected]: After viewing a mixed
security content page, the connection is still reported as mixed content on
same domain even when now fully secure
http://code.google.com/p/chromium/issues/detail?id=24152
Wan-Teh: Did you open the two URLs in order in the same tab? Opening them
in the same
tab is key. I tried Windows 4.0.221.6 and got the warning icon. Here's why:
1) The first URL contains mixed HTTP/HTTPS content. That results in a call
to
SSLPolicyBackend::MarkHostAsBroken("www.google.com", <the tab's renderer
process>)
2) The second URL does not contain mixed content, but it does call
SSLPolicyBackend::DidMarkHostAsBroken("www.google.com", <the tab's renderer
process>), which returns true.
Once you hit any host with mixed content, any future interaction with that
host in
that tab will have a warning icon. As you said, this is in the
platform-neutral code
so it will affect everybody.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---