[Webkit-unassigned] [Bug 256686] New: Incorrect CORS mode for ApplicationManifest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 22:58:36 PDT 2023


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

            Bug ID: 256686
           Summary: Incorrect CORS mode for ApplicationManifest
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: marcosc at apple.com

In the HTML spec:
https://html.spec.whatwg.org/#link-type-manifest

The linked resource fetch setup steps for this type of linked resource, given a link element el and request request, are:
…
6. Set request's mode to "cors".
7. Set request's credentials mode to the CORS settings attribute credentials mode for el's crossorigin content attribute.

However, WebKit is loading ApplicationManifest with no cors.

-- 
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/20230512/b4c75b1b/attachment.htm>


More information about the webkit-unassigned mailing list