[Webkit-unassigned] [Bug 279249] REGRESSION (iOS 18): Loading is blocked when trying to load localhost content from HTTPS website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 7 15:31:19 PDT 2024


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

Michael Catanzaro <mcatanzaro at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at redhat.com

--- Comment #3 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Yes, this is very likely caused by 274409 at main since mixed content is now blocked if it cannot be upgraded.

The mixed content spec says localhost is a secure context and therefore definitionally it's not mixed content, but WebKit does not follow the spec; see bug #171934 for discussion around that. Consequentially, it's guaranteed/expected that such applications are broken now.

I'm tempted to mark this bug as a duplicate of bug #171934. There's just not really anything else to do here other than implement the change suggested in that issue. (The only other alternative would be to outright revert 274409 at main, but let's not please.)

-- 
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/20240907/bff1204e/attachment.htm>


More information about the webkit-unassigned mailing list