зеркало из https://github.com/mozilla/pjs.git
I change my mind about which text to display when the document was not loaded
correctly.
This commit is contained in:
Родитель
d1443a55d4
Коммит
3e9f5aca61
|
@ -635,7 +635,7 @@ nsSecureBrowserUIImpl::CheckPost(nsIURI *actionURL, PRBool *okayToPost)
|
|||
GetBundleString(NS_ConvertASCIItoUCS2("DontShowAgain"), dontShowAgain);
|
||||
|
||||
// posting to insecure webpage from a secure webpage.
|
||||
if (!secure && mIsSecureDocument)
|
||||
if (!secure && mIsSecureDocument && !mIsDocumentBroken)
|
||||
{
|
||||
GetBundleString(NS_ConvertASCIItoUCS2("PostToInsecure"), message);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче