[Webkit-unassigned] [Bug 146157] New: PageLoadState::didCommitLoad should not have hasInsecureContent parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 13:18:26 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146157

            Bug ID: 146157
           Summary: PageLoadState::didCommitLoad should not have
                    hasInsecureContent parameter
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

hasInsecureContent is not an accurate name for the new parameter to PageLoadState::didCommitLoad: the only reason it could be true is if the certificate uses a SHA1 signature, so hasInsecureContent will usually be *false* if the certificate is insecure. We should fix that. I don't have a great alternative name, but one possibility is hasDubiouslySecureContent, since "dubious" is often used to indicate that the security is acceptable (we're not going to block the connection) but not good. This isn't a great name either, but it's much better, since this code cannot ever block any content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150619/0b49c06d/attachment.html>


More information about the webkit-unassigned mailing list