fix comment
git-svn-id: svn://10.0.0.236/trunk@85185 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user