[Webkit-unassigned] [Bug 171934] New: Content from loopback addresses (e.g. 127.0.0.1) should not be considered mixed content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 11:16:01 PDT 2017


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

            Bug ID: 171934
           Summary: Content from loopback addresses (e.g. 127.0.0.1)
                    should not be considered mixed content
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: birunthan at mohanathas.com

According to the spec, content from loopback addresses should no longer be treated as mixed content even in secure origins. See:
- https://github.com/w3c/webappsec-mixed-content/commit/349501cdaa4b4dc1e2a8aacb216ced58fd316165
- https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy

In other words, e.g. `fetch('http://127.0.0.1:1234/foo/bar')` on a HTTPS site should be allowed without triggering the mixed content blocker.

Note Chrome (and soon Firefox) only whitelist '127.0.0.1' and '::1'. See:
- https://chromium.googlesource.com/chromium/src.git/+/130ee686fa00b617bfc001ceb3bb49782da2cb4e
- https://bugzilla.mozilla.org/show_bug.cgi?id=903966

-- 
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/20170510/5004fc1f/attachment.html>


More information about the webkit-unassigned mailing list