[Webkit-unassigned] [Bug 260676] Manifest v3 — fetch with credentials should include Cookies associated with host_permissions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 29 12:08:20 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260676
--- Comment #3 from Gabriel Aubut-Lussier <gaubut at druide.com> ---
According to the Fetch specification (Living Standard), the credentials should be included with all requests when using the `credentials: "include"` option.
https://fetch.spec.whatwg.org/#concept-request-credentials-mode
> A request has an associated credentials mode, which is "omit", "same-origin", or "include". Unless stated otherwise, it is "same-origin".
> "include"
> Always includes credentials with this request, and always use any credentials sent back in the response.
--
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/20230829/886e5a44/attachment.htm>
More information about the webkit-unassigned
mailing list