mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-31 23:51:46 +00:00
Follow up to 7bd7e8a - *aState needs both STATE_IS_SECURE and STATE_SECURE_HIGH on re-eval of mixed content
This commit is contained in:
@@ -268,7 +268,7 @@ nsSecureBrowserUIImpl::MapInternalToExternalState(uint32_t* aState, lockIconStat
|
||||
!docShell->GetHasMixedDisplayContentLoaded() &&
|
||||
!docShell->GetHasMixedActiveContentBlocked() &&
|
||||
!docShell->GetHasMixedDisplayContentBlocked()) {
|
||||
*aState = STATE_IS_SECURE;
|
||||
*aState = STATE_IS_SECURE | STATE_SECURE_HIGH;
|
||||
if (ev) {
|
||||
*aState |= nsIWebProgressListener::STATE_IDENTITY_EV_TOPLEVEL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user