fix comment

git-svn-id: svn://10.0.0.236/trunk@85185 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jgmyers%netscape.com
2001-01-19 22:39:17 +00:00
parent e7c312e784
commit dcdb115e4a

View File

@@ -646,7 +646,7 @@ nsSecureBrowserUIImpl::CheckPost(nsIURI *actionURL, PRBool *okayToPost)
if (NS_FAILED(rv))
return rv;
// if we are posting to a secure link, all is okay
// if we are posting to a secure link from a secure page, all is okay.
if (secure &&
(mSecurityState == STATE_IS_SECURE ||
mSecurityState == STATE_IS_BROKEN)) {