fix comment

This commit is contained in:
jgmyers%netscape.com 2001-01-19 22:39:17 +00:00
parent c76bb0249c
commit cd356bbb67

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)) {