diff --git a/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp b/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp index cf9c642128b..452bcef7f6d 100644 --- a/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp +++ b/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp @@ -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)) {