[Webkit-unassigned] [Bug 249329] New: Safari cannot load a website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 11:50:44 PST 2022


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

            Bug ID: 249329
           Summary: Safari cannot load a website
           Product: WebKit
           Version: Safari 16
          Hardware: Mac (Apple Silicon)
                OS: macOS 13
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: safwen.baroudi at contentsquare.com

Created attachment 464048

  --> https://bugs.webkit.org/attachment.cgi?id=464048&action=review

Screenshot of the network tab that shows that the browser is stuck loading a css file

Hello,

Here are the steps to reproduce:


1. Go to https://disneycruise.disney.go.com
2. Execute the following code in the console
window.addEventListener('pagehide', async () => {
    const r = await fetch(location.href);
    console.log(r);
});
3. Click on "Sign in or Create an Account", this is in the header close to the search bar on the top right.
This should open a new page "https://disneycruise.disney.go.com/en/login?appRedirect=%2F
but here the browser will start requesting the document of the page and few other resources but stays stuck
while requesting "https://cdn3.parksmedia.wdprapps.disney.com/media/profile-spa/1.6.0-184/styles.7e26e406cfcd02d2aa32.css".
After this, the browser refuses to load this URL "https://cdn3.parksmedia.wdprapps.disney.com/media/profile-spa/1.6.0-184/styles.7e26e406cfcd02d2aa32.css"
even in new tabs, even in new windows, accessing this URL makes the browser stuck loading it. And the only solution
is to close the browser and re-open to be able to access "https://cdn3.parksmedia.wdprapps.disney.com/media/profile-spa/1.6.0-184/styles.7e26e406cfcd02d2aa32.css" again.

-- 
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/20221214/311af0b4/attachment.htm>


More information about the webkit-unassigned mailing list