mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 890963 - Update site identity message for pages where Mixed Active Content has loaded. r=dolske?
This commit is contained in:
parent
02ade91805
commit
bbd83899cf
@ -6406,7 +6406,7 @@ var gIdentityHandler = {
|
||||
this._encryptionLabel[this.IDENTITY_MODE_MIXED_DISPLAY_LOADED] =
|
||||
gNavigatorBundle.getString("identity.mixed_display_loaded");
|
||||
this._encryptionLabel[this.IDENTITY_MODE_MIXED_ACTIVE_LOADED] =
|
||||
gNavigatorBundle.getString("identity.mixed_active_loaded");
|
||||
gNavigatorBundle.getString("identity.mixed_active_loaded2");
|
||||
this._encryptionLabel[this.IDENTITY_MODE_MIXED_DISPLAY_LOADED_ACTIVE_BLOCKED] =
|
||||
gNavigatorBundle.getString("identity.mixed_display_loaded_active_blocked");
|
||||
return this._encryptionLabel;
|
||||
|
@ -260,7 +260,7 @@ identity.identified.state_and_country=%S, %S
|
||||
identity.encrypted2=The connection to this website is secure.
|
||||
identity.mixed_display_loaded=The connection to this website is not fully secure because it contains unencrypted elements (such as images).
|
||||
identity.mixed_display_loaded_active_blocked=Interactive content (such as script) that isn't encrypted has been blocked for your protection.
|
||||
identity.mixed_active_loaded=This website contains interactive content that isn't encrypted (such as scripts). Other people can view or modify the website's behavior.
|
||||
identity.mixed_active_loaded2=This website contains interactive content that isn't encrypted (such as scripts). Other people can view your information or modify the website's behavior.
|
||||
identity.unencrypted=Your connection to this website is not encrypted.
|
||||
|
||||
identity.unknown.tooltip=This website does not supply identity information.
|
||||
|
@ -86,3 +86,7 @@
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
#identity-popup-content-box {
|
||||
max-width: 50ch;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user