Ebay sign in page does not have padlock-states only partially encrypted..IE has padlock. Why is ebay's sign in page not secure in Firefox? FF Version 14.0.1

When signing into ebay, the page starts to load with the green padlock, but when page is fully loaded there is no padlock. I can use Internet Explorer and so to the sign in page and it has the green padlock.
Why in Firefox is this sign in page not secure? Thanks

Firefox 18 will have this.
It currently applies #identity-box[class="unknownIdentity mixedContent"] or #identity-box[class="unknownIdentity mixedActiveContent"], so that part is working, but the icon and UI (notification bar) hasn't been implemented yet.
*resource:///chrome/browser/skin/classic/browser/
(Bug 782654 - Implement Mixed Content Blocker UI)
This code in userChrome.css works in Firefox 15 and later.
<br />
<pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#urlbar[pageproxystate="valid"] > #identity-box.unknownIdentity.mixedContent #page-proxy-favicon,
#urlbar[pageproxystate="valid"] > #identity-box.unknownIdentity.mixedActiveContent #page-proxy-favicon {
list-style-image: url("chrome://browser/skin/Security-broken.png")!important;
-moz-image-region: auto!important;
#urlbar[pageproxystate="valid"] > #identity-box.unknownIdentity.mixedActiveContent {
background-image: -moz-linear-gradient(hsl(1,90%,88%), hsl(3,80%,80%))!important;
box-shadow: 0 1px 0 hsla(2,81%,16%,.05) inset!important;
-moz-border-end-color: hsla(2,81%,16%,.2)!important;
color: hsl(2,81%,16%)!important;
</nowiki></pre>
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
*http://kb.mozillazine.org/Editing_configuration

Similar Messages

Maybe you are looking for