diff --git a/netwerk/base/public/security-prefs.js b/netwerk/base/public/security-prefs.js index 59c8dee10dc..20796783da6 100644 --- a/netwerk/base/public/security-prefs.js +++ b/netwerk/base/public/security-prefs.js @@ -6,6 +6,7 @@ pref("security.default_personal_cert", "Select Automatically"); pref("security.ask_for_password", 0); pref("security.password_lifetime", 30); pref("security.warn_entering_secure", true); +pref("security.warn_entering_weak", true); pref("security.warn_leaving_secure", true); pref("security.warn_viewing_mixed", true); pref("security.warn_submit_insecure", true); diff --git a/netwerk/resources/locale/en-US/security.properties b/netwerk/resources/locale/en-US/security.properties index c7b9fce34b9..0cad054ff64 100644 --- a/netwerk/resources/locale/en-US/security.properties +++ b/netwerk/resources/locale/en-US/security.properties @@ -23,6 +23,7 @@ Title=Security Warning MixedContentMessage=You have requested a secure document that contains some insecure information. LeaveSiteMessage=You have requested an insecure document. The document and any information you send back could be observed by a third party while in transit. EnterSiteMessage=You have requested a secure document. The document and any information you send back are encrypted for privacy while in transit. +WeakSiteMessage=You have requested a document from a site using weak encryption. The docmument and any information you send back could be observed by a third party while in transit. PostToInsecure=Warning! Although this document is secure, the information you have submitted is insecure and could be observed by a third party while in transit. If you are submitting passwords, credit card numbers, or other information you would like to keep private, it would be safer for you to cancel the submission. PostToInsecureFromInsecure=Any information you submit is insecure and could be observed by a third party while in transit. If you are submitting passwords, credit card numbers, or other information you would like to keep private, it would be safer for you to cancel the submission. DontShowAgain=Show Me This Alert Next Time. diff --git a/security/manager/ssl/resources/locale/en-US/security.properties b/security/manager/ssl/resources/locale/en-US/security.properties index c7b9fce34b9..0cad054ff64 100644 --- a/security/manager/ssl/resources/locale/en-US/security.properties +++ b/security/manager/ssl/resources/locale/en-US/security.properties @@ -23,6 +23,7 @@ Title=Security Warning MixedContentMessage=You have requested a secure document that contains some insecure information. LeaveSiteMessage=You have requested an insecure document. The document and any information you send back could be observed by a third party while in transit. EnterSiteMessage=You have requested a secure document. The document and any information you send back are encrypted for privacy while in transit. +WeakSiteMessage=You have requested a document from a site using weak encryption. The docmument and any information you send back could be observed by a third party while in transit. PostToInsecure=Warning! Although this document is secure, the information you have submitted is insecure and could be observed by a third party while in transit. If you are submitting passwords, credit card numbers, or other information you would like to keep private, it would be safer for you to cancel the submission. PostToInsecureFromInsecure=Any information you submit is insecure and could be observed by a third party while in transit. If you are submitting passwords, credit card numbers, or other information you would like to keep private, it would be safer for you to cancel the submission. DontShowAgain=Show Me This Alert Next Time.