[Webkit-unassigned] [Bug 142342] New: Ensure mixed content forms are detected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 5 06:50:26 PST 2015


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

            Bug ID: 142342
           Summary: Ensure mixed content forms are detected
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

If a form on an https:// page posts its result to an http:// URL we need to make sure we are displaying an insecure content warning. Otherwise there's no way to know when your credit card data is sent in the clear. There is no test for this currently. Add a test and if the test doesn't pass, fix it.

Unfortunately we cannot block this behavior for compatibility reasons (i.e. the form must be treated as "passive" content you "canDisplay" even though it would make more sense to consider it "active" content you "canRun").

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150305/7fda3f19/attachment-0002.html>


More information about the webkit-unassigned mailing list